dirty fix for CVE-2020-28928

This commit is contained in:
bunkerity
2020-11-29 15:30:12 +01:00
parent 9688e66508
commit b92f74ed98
5 changed files with 15 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ RUN apk --no-cache add certbot libstdc++ libmaxminddb geoip pcre yajl fail2ban c
touch /var/log/nginx/error.log /var/log/nginx/modsec_audit.log && \
chown nginx:nginx /var/log/nginx/*.log
# Fix CVE-2020-28928
RUN apk --no-cache add "musl-utils>1.1.24-r2"
VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache
EXPOSE 8080/tcp 8443/tcp