Skip to content

Commit 831f053

Browse files
committed
fixed typo
1 parent 8cebfb8 commit 831f053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt update
2323

2424
### INSTALL APT-GET LIBS ###
2525
# DEBIAN_FRONTEND prevents interactive prompts while installing
26-
# set default timezone before end to avoid user interaction for tzdata package
26+
# set default timezone beforehand to avoid user interaction for tzdata package
2727
RUN ln -fs /usr/share/zoneinfo/$TIMEZONE /etc/localtime && DEBIAN_FRONTEND=noninteractive apt install -y \
2828
python3 python3-pip python3-ujson \
2929
imagemagick dbus-x11 traceroute software-properties-common psmisc libnss3-tools iproute2 net-tools openvpn \

0 commit comments

Comments
 (0)