Compare commits
1 Commits
5.0-1.21.1
...
5.1-1.21.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e26095dbf |
@@ -25,6 +25,7 @@ RUN addgroup --gid ${GID} www-docker \
|
|||||||
RUN apk --update --no-cache add \
|
RUN apk --update --no-cache add \
|
||||||
libcap \
|
libcap \
|
||||||
openssl \
|
openssl \
|
||||||
|
&& apk --update --no-cache upgrade \
|
||||||
&& setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx \
|
&& setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx \
|
||||||
&& cd /usr/share/nginx \
|
&& cd /usr/share/nginx \
|
||||||
&& rm -rf html/* \
|
&& rm -rf html/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user