forked from verdnatura/hedera-web
Dockerfile fixes
This commit is contained in:
parent
3c4b201069
commit
137c912ba9
|
@ -31,9 +31,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
|
|||
RUN curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | apt-key add - \
|
||||
&& echo "deb http://apt.verdnatura.es/ stretch main" \
|
||||
> /etc/apt/sources.list.d/vn.list \
|
||||
&& apt-get update
|
||||
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
php-image-text \
|
||||
php-text-captcha \
|
||||
php-apcu \
|
||||
|
|
Loading…
Reference in New Issue