We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cc8aa commit 09e8851Copy full SHA for 09e8851
Dockerfile
@@ -74,7 +74,7 @@ RUN ./configure \
74
&& make install
75
76
# Create necessary directories
77
-RUN mkdir -p /var/cache/nginx/ /var/lib/nginx /etc/nginx/conf.d/ /usr/share/nginx/html
+RUN mkdir -p /var/cache/nginx/ /var/lib/nginx /etc/nginx/conf.d/ /usr/share/nginx/html /lib64
78
79
# Final stage
80
FROM gcr.io/distroless/static:latest
0 commit comments