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

openssh-client and rsync added

parent cd079403
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