Skip to content
Snippets Groups Projects
Commit 9378da14 authored by Robin Hofsaess's avatar Robin Hofsaess
Browse files

Merge branch 'ssh_rsync' into 'master'

openssh-client and rsync added

See merge request ENJoY/course-container!8
parents cd079403 d7a3e0c4
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ LABEL maintainer "Eppelt, Jonas jonas.eppelt@kit.edu"
USER root
### fixing timezone issues and make sure certificate lists are up to date
RUN apt-get update && apt-get install -y tzdata curl dnsutils traceroute
RUN apt-get update && apt-get install -y tzdata curl dnsutils traceroute openssh-client rsync
ENV TZ=Europe/Berlin
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment