From 137c912ba98fa33e8fd1f0065878213c9856900d Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Sat, 15 Oct 2022 14:56:25 +0200 Subject: [PATCH] Dockerfile fixes --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 \