mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
dirty fix for CVE-2020-28928
This commit is contained in:
parent
9688e66508
commit
b92f74ed98
5 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -35,6 +35,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
|
||||
|
|
|
|||
|
|
@ -35,6 +35,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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue