diff --git a/Dockerfile b/Dockerfile index 72ee3490..e6a0fc4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \