mirror of
https://github.com/sismics/docs.git
synced 2024-11-16 19:27:56 +01:00
Added tzdata reinstall so that dpkg-reconfigure works
This commit is contained in:
parent
9da8e9654c
commit
88ae84339f
@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV LANG C.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
RUN ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime
|
||||
RUN apt-get update && apt-get -y -q install --reinstall tzdata
|
||||
RUN dpkg-reconfigure -f noninteractive tzdata
|
||||
COPY docker/etc /etc
|
||||
RUN echo "for f in \`ls /etc/bashrc.d/*\`; do . \$f; done;" >> ~/.bashrc
|
||||
|
Loading…
Reference in New Issue
Block a user