Also added symlinks for /etc/localtime
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-11 11:56:25 +08:00
parent b1a55bf0ba
commit 0800461a3f

View File

@@ -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