0
1
Fork 0

Dockerfile fixes

This commit is contained in:
Juan Ferrer 2022-10-15 14:56:25 +02:00
parent 3c4b201069
commit 137c912ba9
1 changed files with 2 additions and 3 deletions

View File

@ -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 \