From bf799d1ba6bd9112ede4d0225849e84ac659ebc8 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Tue, 31 Aug 2021 10:23:55 +0200 Subject: [PATCH] added install of python3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0bc0181..adfa0ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN useradd -m -u 1000 -g deploy deploy # install required packages -RUN apt-get install -y apache2 apache2-utils libapache2-mod-svn subversion python3 python3-pip +RUN apt-get install -y apache2 apache2-utils libapache2-mod-svn subversion python3 # copy the script to run httpd in foreground COPY httpd-foreground /usr/local/bin/