Skip to content

Commit afb8e8e

Browse files
martini-sourcemhutter
authored andcommitted
update awk fix comment
1 parent afbce6e commit afb8e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ RUN set -x && \
3636
gawk && \
3737
rm -rf /var/lib/apt/lists/* && \
3838
apt-get clean && \
39-
# Restore AWK symlink - the entrypoint script assumes busybox awk, while \
40-
# our transform-alert-message script assumes GNU awk. \
39+
# Restore AWK symlink - our transform-alert-message script assumes GNU awk,\
40+
# while the default awk implementation of the base image is mawk. \
4141
ln -sfv /etc/alternatives/awk /usr/bin/awk && \
4242
# We terminate TLS on the proxy; so remove all SSL config from the vhosts \
4343
sed -i '/<VirtualHost \*:${SSL_PORT}>/,/<\/VirtualHost>/d' /usr/local/apache2/conf/extra/httpd-vhosts.conf && \

0 commit comments

Comments
 (0)