Skip to content

Commit

Permalink
install tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
igueler authored Dec 7, 2020
1 parent 49c962c commit ab4c6e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]

# Preinstall tools
RUN apt-get -y update && apt-get -y install \
RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
gosu \
gdb \
iputils-ping \
libxml2-utils \
net-tools \
netcat \
telnet \
tzdata \
vim && \
rm -rf /var/lib/apt/lists/*

0 comments on commit ab4c6e6

Please sign in to comment.