Skip to content

Commit

Permalink
Update python.Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Apr 20, 2024
1 parent 5ef1ef0 commit d83489a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ COPY --from=zoeyvid/nginx-quic:latest /usr/local/nginx
#COPY --from=zoeyvid/nginx-quic:latest /usr/local/lib/perl5 /usr/local/lib/perl5 # perl in apk add needed
#COPY --from=zoeyvid/nginx-quic:latest /usr/lib/perl5/core_perl/perllocal.pod /usr/lib/perl5/core_perl/perllocal.pod # perl in apk add needed
COPY --from=zoeyvid/nginx-quic:latest /usr/local/modsecurity/lib/libmodsecurity.so.3 /usr/local/modsecurity/lib/libmodsecurity.so.3
COPY --from=zoeyvid/nginx-quic:latest /src/ModSecurity/unicode.mapping /usr/local/nginx/conf/conf.d/include/unicode.mapping
COPY --from=zoeyvid/nginx-quic:latest /src/ModSecurity/modsecurity.conf-recommended /usr/local/nginx/conf/conf.d/include/modsecurity.conf.example
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini zlib luajit pcre2 libstdc++ yajl libxml2 libxslt libcurl lmdb libfuzzy2 lua5.1-libs geoip libmaxminddb-libs && \
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
Expand Down

0 comments on commit d83489a

Please sign in to comment.