Also added symlinks for /etc/localtime
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -21,7 +21,9 @@ RUN apt install -y net-tools iputils-ping tcpdump traceroute iproute2 iptables i
|
||||
|
||||
RUN apt install -y software-properties-common
|
||||
|
||||
RUN apt install -y tzdata
|
||||
RUN apt install -y tzdata && \
|
||||
ln -fs /usr/share/zoneinfo/$TZ /etc/localtime && \
|
||||
dpkg-reconfigure --frontend noninteractive tzdata
|
||||
|
||||
# Installing locales
|
||||
RUN apt install -y locales
|
||||
|
||||
Reference in New Issue
Block a user