Skip to content
Snippets Groups Projects
Commit 7024e4c0 authored by Reto Gerber's avatar Reto Gerber
Browse files

install bsdmainutils for column command

parent 352d41c2
No related branches found
No related tags found
No related merge requests found
Pipeline #59647 canceled
...@@ -10,12 +10,12 @@ FROM ${RENKU_BASE_IMAGE} ...@@ -10,12 +10,12 @@ FROM ${RENKU_BASE_IMAGE}
# e.g. the following installs apt-utils and vim; each pkg on its own line, all lines # e.g. the following installs apt-utils and vim; each pkg on its own line, all lines
# except for the last end with backslash '\' to continue the RUN line # except for the last end with backslash '\' to continue the RUN line
# #
# USER root USER root
# RUN apt-get update && \ RUN apt-get update && \
# apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
# apt-utils \ apt-utils \
# vim bsdmainutils
# USER ${NB_USER} USER ${NB_USER}
# install the R dependencies # install the R dependencies
COPY install.R /tmp/ COPY install.R /tmp/
...@@ -38,4 +38,4 @@ RUN if [ -n "$RENKU_VERSION" ] ; then \ ...@@ -38,4 +38,4 @@ RUN if [ -n "$RENKU_VERSION" ] ; then \
pipx install --force renku==${RENKU_VERSION} \ pipx install --force renku==${RENKU_VERSION} \
; fi ; fi
######################################################## ########################################################
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment