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 8f10fa7 commit 1506db3Copy full SHA for 1506db3
Dockerfile
@@ -89,7 +89,8 @@ RUN apk add --no-cache ca-certificates build-base patch cmake git mercurial perl
89
90
FROM python:3.11.3-alpine3.17
91
COPY --from=build /usr/local/nginx /usr/local/nginx
92
-RUN apk add --no-cache ca-certificates tzdata && \
+RUN apk add --no-cache ca-certificates tzdata libcap && \
93
+ setcap cap_net_bind_service=ep /usr/local/nginx/sbin/nginx && \
94
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
95
ENTRYPOINT ["nginx"]
96
CMD ["-g", "daemon off;"]
0 commit comments