mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Fixed dependency problems
This commit is contained in:
parent
c35c5abb0f
commit
f5a6136e6a
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,9 @@ RUN { \
|
||||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk update \
|
&& apk update \
|
||||||
&& apk add build-base python-dev py-pip jpeg-dev zlib-dev postgresql-dev libmcrypt-dev libpng-dev \
|
&& apk add build-base python-dev py-pip jpeg-dev jpeg zlib zlib-dev \
|
||||||
&& apk add autoconf make g++ gcc git file gnupg re2c icu icu-dev \
|
postgresql-dev libmcrypt-dev libmcrypt libpng-dev libpng \
|
||||||
|
autoconf make g++ gcc git file gnupg re2c icu icu-dev \
|
||||||
#&& echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
#&& echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||||
#&& echo '@community http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
|
#&& echo '@community http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
|
||||||
#&& apk add php7-session@community \
|
#&& apk add php7-session@community \
|
||||||
|
|
Loading…
Add table
Reference in a new issue