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 1506db3 commit 2d66221Copy full SHA for 2d66221
Dockerfile
@@ -89,8 +89,7 @@ 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 libcap && \
93
- setcap cap_net_bind_service=ep /usr/local/nginx/sbin/nginx && \
+RUN apk add --no-cache ca-certificates tzdata && \
94
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
95
ENTRYPOINT ["nginx"]
96
CMD ["-g", "daemon off;"]
0 commit comments