From 2824f0512513b740f00951e19b4479ec47385f3e Mon Sep 17 00:00:00 2001 From: itstimetoforget Date: Thu, 23 May 2024 20:48:55 +0200 Subject: [PATCH] remove useless copy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6964eb0..47b40b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -155,7 +155,7 @@ ENV MW_ROOT /var/www/html # TODO remove the /etc/apt/preferences.d/no-debian-php and apt-get -q install -y --no-install-recommends zip unzip php-zip once we upgrade to 1.36 because they are not necessary anymore. RUN set -ex && \ apt-get -q update && apt-get upgrade -y && \ - apt-get -q install -y --no-install-recommends nano vim ripgrep tig fd-find && \ + apt-get -q install -y --no-install-recommends wget nano vim ripgrep tig fd-find && \ rm /etc/apt/preferences.d/no-debian-php && \ apt-get -q install -y --no-install-recommends zip unzip php-zip && \ apt-get -q install -y --no-install-recommends mariadb-client && \