Fix TZ_DATA stuff?
This commit is contained in:
parent
d1e9ef265d
commit
1e98c07897
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
|
ENV TZ=US/Eastern
|
||||||
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y build-essential curl
|
RUN apt-get install -y build-essential curl
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue