We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cebfb8 commit 831f053Copy full SHA for 831f053
Dockerfile
@@ -23,7 +23,7 @@ RUN apt update
23
24
### INSTALL APT-GET LIBS ###
25
# DEBIAN_FRONTEND prevents interactive prompts while installing
26
-# set default timezone before end to avoid user interaction for tzdata package
+# set default timezone beforehand to avoid user interaction for tzdata package
27
RUN ln -fs /usr/share/zoneinfo/$TIMEZONE /etc/localtime && DEBIAN_FRONTEND=noninteractive apt install -y \
28
python3 python3-pip python3-ujson \
29
imagemagick dbus-x11 traceroute software-properties-common psmisc libnss3-tools iproute2 net-tools openvpn \
0 commit comments