From ba3b3c529b2db3849effe4deaea6c57da14603b8 Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Tue, 23 Jan 2024 16:05:12 +0100 Subject: [PATCH] Remove python2 from the install line. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ba8fa3c..99a50e9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \ postgresql-client \ sudo \ python3 \ - python \ && rm -rf /var/lib/apt/lists/* \ && php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');" \ && php /tmp/composer-setup.php --install-dir=/usr/local/bin \