Skip to content

Commit 09e8851

Browse files
authored
chore: fixing path that may not exist issue (#6)
1 parent a1cc8aa commit 09e8851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN ./configure \
7474
&& make install
7575

7676
# Create necessary directories
77-
RUN mkdir -p /var/cache/nginx/ /var/lib/nginx /etc/nginx/conf.d/ /usr/share/nginx/html
77+
RUN mkdir -p /var/cache/nginx/ /var/lib/nginx /etc/nginx/conf.d/ /usr/share/nginx/html /lib64
7878

7979
# Final stage
8080
FROM gcr.io/distroless/static:latest

0 commit comments

Comments
 (0)