fix(): https error, missing packages
This commit is contained in:
parent
1a995c509e
commit
9722b0a9f4
@ -8,8 +8,13 @@ ARG GPG_FINGERPRINT="3B79 7ECE 694F 3B7B 70F3 11A4 ED7C 49D9 87DA 4591"
|
||||
ENV UID=991 GID=991
|
||||
|
||||
RUN echo "@community https://nl.alpinelinux.org/alpine/v3.5/community" >> /etc/apk/repositories \
|
||||
&& apk -U add \
|
||||
&& BUILD_DEPS=" \
|
||||
gnupg \
|
||||
openssl \
|
||||
wget" \
|
||||
&& apk --no-cache -U add \
|
||||
${BUILD_DEPS} \
|
||||
ca-certificates \
|
||||
nginx \
|
||||
s6 \
|
||||
su-exec \
|
||||
@ -39,7 +44,7 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.5/community" >> /etc/a
|
||||
&& mkdir /rainloop && unzip -q /tmp/rainloop-community-latest.zip -d /rainloop \
|
||||
&& find /rainloop -type d -exec chmod 755 {} \; \
|
||||
&& find /rainloop -type f -exec chmod 644 {} \; \
|
||||
&& apk del gnupg \
|
||||
&& apk del ${BUILD_DEPS} \
|
||||
&& rm -rf /tmp/* /var/cache/apk/* /root/.gnupg
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user