We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbce6e commit afb8e8eCopy full SHA for afb8e8e
Dockerfile
@@ -36,8 +36,8 @@ RUN set -x && \
36
gawk && \
37
rm -rf /var/lib/apt/lists/* && \
38
apt-get clean && \
39
- # Restore AWK symlink - the entrypoint script assumes busybox awk, while \
40
- # our transform-alert-message script assumes GNU awk. \
+ # Restore AWK symlink - our transform-alert-message script assumes GNU awk,\
+ # while the default awk implementation of the base image is mawk. \
41
ln -sfv /etc/alternatives/awk /usr/bin/awk && \
42
# We terminate TLS on the proxy; so remove all SSL config from the vhosts \
43
sed -i '/<VirtualHost \*:${SSL_PORT}>/,/<\/VirtualHost>/d' /usr/local/apache2/conf/extra/httpd-vhosts.conf && \
0 commit comments