Skip to content
Snippets Groups Projects
Commit ac93c373 authored by david.bauer's avatar david.bauer :fire:
Browse files

Update Dockerfile

parent 8501be74
No related branches found
No related tags found
No related merge requests found
......@@ -18,14 +18,13 @@ RUN mkdir -p /tmp/root/var/cache/nginx && \
/usr/sbin/nginx \
/usr/sbin/nginx-debug \
/lib/*/ld-* \
/lib/*/libpcre.so.* \
/lib/*/libz.so.* \
/lib/*/libpcre* \
/lib/*/libz* \
/lib/*/libc* \
/lib/*/libdl* \
/lib/*/libpthread* \
/lib/*/libcrypt* \
/usr/lib/*/libssl.so.* \
/usr/lib/*/libcrypto.so.* \
/usr/lib/*/libssl* \
/usr/lib/*/libcrypto* \
/tmp/root
FROM gcr.io/distroless/base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment