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 9f4d1c8 commit a1cc8aaCopy full SHA for a1cc8aa
Dockerfile
@@ -77,7 +77,7 @@ RUN ./configure \
77
RUN mkdir -p /var/cache/nginx/ /var/lib/nginx /etc/nginx/conf.d/ /usr/share/nginx/html
78
79
# Final stage
80
-FROM gcr.io/distroless/static:latest@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
+FROM gcr.io/distroless/static:latest
81
ENV TZ="UTC"
82
83
# Copy necessary files from the build stage
@@ -104,6 +104,7 @@ COPY --from=build \
104
105
# Copy dynamic linker
106
COPY --from=build /lib/*-linux-gnu/ld-linux*.so.* /lib/
107
+COPY --from=build /lib64/ld-linux-*.so.* /lib64/
108
109
COPY licenses/NGINX_LICENSE /usr/share/licenses/NGINX_LICENSE
110
COPY configs/nginx.conf /etc/nginx/nginx.conf
0 commit comments