diff --git a/src/bw/Dockerfile b/src/bw/Dockerfile index e1e917612..60aeb0550 100644 --- a/src/bw/Dockerfile +++ b/src/bw/Dockerfile @@ -73,7 +73,7 @@ RUN apk add --no-cache pcre bash python3 && \ ln -s /proc/1/fd/1 /var/log/bunkerweb/access.log # Fix CVEs -RUN apk add "libx11>=1.8.4-r1" "tiff>=4.4.0-r4" "libcrypto3>=3.0.9-r2" "libssl3>=3.0.9-r2" "nghttp2-libs>=1.51.0-r1" +# RUN apk add "libx11>=1.8.4-r1" "tiff>=4.4.0-r4" "libcrypto3>=3.0.9-r2" "libssl3>=3.0.9-r2" "nghttp2-libs>=1.51.0-r1" # testing purposes only VOLUME /data /etc/nginx