Skip to content
Snippets Groups Projects
Commit c81987fe authored by David Trattnig's avatar David Trattnig
Browse files

Chore: Add timezone to container

parent fda93381
No related branches found
No related tags found
1 merge request!3Liquidsoap 2 migration
...@@ -12,6 +12,8 @@ RUN apt update --allow-releaseinfo-change && \ ...@@ -12,6 +12,8 @@ RUN apt update --allow-releaseinfo-change && \
libssl-dev libssl-dev
# Setup Engine # Setup Engine
ENV TZ=Europe/Vienna
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN mkdir -p /srv/src RUN mkdir -p /srv/src
RUN mkdir -p /srv/tests RUN mkdir -p /srv/tests
RUN mkdir -p /srv/config RUN mkdir -p /srv/config
......
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