mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Try to fix install of tzdata
This commit is contained in:
parent
a5ae4d03cc
commit
d11a73d1d7
1 changed files with 7 additions and 0 deletions
|
@ -1,8 +1,15 @@
|
||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
|
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
|
||||||
RUN apt-get install -y python
|
RUN apt-get install -y python
|
||||||
|
|
||||||
|
RUN apt-get install -y tzdata
|
||||||
|
RUN ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
|
RUN dpkg-reconfigure --frontend noninteractive tzdata
|
||||||
|
|
||||||
RUN apt-get install -y python-dateutil
|
RUN apt-get install -y python-dateutil
|
||||||
|
|
||||||
# Setup language environment
|
# Setup language environment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue