Skip to content
Snippets Groups Projects
Commit dade3998 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-1027' into 'master'

L2SS-1027: Ensure rsync is available in jupyter container

Closes L2SS-1027

See merge request !463
parents c954c1ea a25ac260
No related branches found
No related tags found
1 merge request!463L2SS-1027: Ensure rsync is available in jupyter container
...@@ -13,6 +13,9 @@ RUN sudo chown ${CONTAINER_EXECUTION_UID} -R ${HOME} ...@@ -13,6 +13,9 @@ RUN sudo chown ${CONTAINER_EXECUTION_UID} -R ${HOME}
RUN sudo apt-get update -y RUN sudo apt-get update -y
RUN sudo apt-get install -y g++ gcc python3-dev RUN sudo apt-get install -y g++ gcc python3-dev
# start-ds file synchronization requirements
RUN sudo apt-get install -y rsync
# Install git to install pip requirements from git # Install git to install pip requirements from git
RUN sudo apt-get install -y git RUN sudo apt-get install -y git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment