UNCLASSIFIED

Commit 937d21a0 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

remove test pem files

parent 92fe0d8f
Pipeline #308176 passed with stages
in 11 minutes and 44 seconds
......@@ -62,6 +62,7 @@ RUN mkdir -p /usr/local/nginx/sbin && \
ln -s /usr/lib/libc.so.6 /usr/lib/libc.musl-x86_64.so.1 && \
chown --from=998:nginx nginx:nginx * -R && \
chown -R nginx:nginx /etc/nginx && \
rm -rf /etc/nginx/lua/test/fixtures/default-cert.pem /etc/nginx/lua/test/fixtures/example-com-cert.pem && \
dnf clean all && \
rm -rf /var/cache/dnf /tmp/*.tar.gz /etc/nginx/musl-1.2.2 /etc/nginx/out
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment