mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
nextcloud: remove nginx pkg fix
This commit is contained in:
parent
74befe2cc4
commit
31286c776d
@ -17,7 +17,6 @@ ENV UID=991 GID=991 \
|
|||||||
DOMAIN=localhost
|
DOMAIN=localhost
|
||||||
|
|
||||||
RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||||
&& echo "@stable https://nl.alpinelinux.org/alpine/latest-stable/main" >> /etc/apk/repositories \
|
|
||||||
&& BUILD_DEPS=" \
|
&& BUILD_DEPS=" \
|
||||||
gnupg \
|
gnupg \
|
||||||
tar \
|
tar \
|
||||||
@ -29,7 +28,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
|
|||||||
samba-dev" \
|
samba-dev" \
|
||||||
&& apk -U upgrade && apk add \
|
&& apk -U upgrade && apk add \
|
||||||
${BUILD_DEPS} \
|
${BUILD_DEPS} \
|
||||||
nginx@stable \
|
nginx \
|
||||||
s6 \
|
s6 \
|
||||||
libressl \
|
libressl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
@ -15,7 +15,6 @@ ENV UID=991 GID=991 \
|
|||||||
DOMAIN=localhost
|
DOMAIN=localhost
|
||||||
|
|
||||||
RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||||
&& echo "@stable https://nl.alpinelinux.org/alpine/latest-stable/main" >> /etc/apk/repositories \
|
|
||||||
&& BUILD_DEPS=" \
|
&& BUILD_DEPS=" \
|
||||||
gnupg \
|
gnupg \
|
||||||
tar \
|
tar \
|
||||||
@ -27,7 +26,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
|
|||||||
samba-dev" \
|
samba-dev" \
|
||||||
&& apk -U upgrade && apk add \
|
&& apk -U upgrade && apk add \
|
||||||
${BUILD_DEPS} \
|
${BUILD_DEPS} \
|
||||||
nginx@stable \
|
nginx \
|
||||||
s6 \
|
s6 \
|
||||||
libressl \
|
libressl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user