Skip to content

Commit

Permalink
Update apk
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-osborn committed Aug 10, 2023
1 parent 6efadee commit ef3bc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM nginx:1.25.1-alpine
ARG NJS_DIR
ARG NGINX_CONF_DIR

RUN apk add --no-cache libcap \
RUN apk update && apk add --no-cache libcap \
&& mkdir -p /var/lib/nginx /usr/lib/nginx/modules \
&& setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx \
&& setcap -v 'cap_net_bind_service=+ep' /usr/sbin/nginx \
Expand Down

0 comments on commit ef3bc13

Please sign in to comment.