fix(): apk repository

pull/43/head
Magicalex 2019-10-10 14:33:28 +02:00
parent 086fa572f4
commit ece6e5af57
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ENV GID=991 \
PHP_MEMORY_LIMIT=128M \
OPCACHE_MEMORY_LIMIT=128
RUN echo "@community https://dl-cdn.alpinelinux.org/alpine/v3.10/community" >> /etc/apk/repositories \
RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/v3.10/community" >> /etc/apk/repositories \
&& apk add -U \
nginx \
s6 \