Skip to content
Snippets Groups Projects
Commit 84800ac0 authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

added curl

parent 8249f359
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ LABEL maintainer "Eppelt, Jonas jonas.eppelt@kit.edu" ...@@ -5,7 +5,7 @@ LABEL maintainer "Eppelt, Jonas jonas.eppelt@kit.edu"
USER root USER root
### fixing timezone issues and make sure certificate lists are up to date ### fixing timezone issues and make sure certificate lists are up to date
RUN apt-get update && apt-get install -y tzdata RUN apt-get update && apt-get install -y tzdata curl
ENV TZ=Europe/Berlin ENV TZ=Europe/Berlin
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone 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