From f5b5e86c6f4e721eed505623d16a218a49531bb3 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Tue, 31 Aug 2021 10:40:32 +0200 Subject: [PATCH] added install of python3 --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abfb0b6..abaca41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,11 @@ RUN useradd -m -u 1000 -g deploy deploy RUN apt-get install -y libssh-4 # install required packages -RUN apt-get install -y apache2 apache2-utils libapache2-mod-svn subversion python3 +RUN apt-get install -y apache2 +RUN apt-get install -y apache2-utils +RUN apt-get install -y libapache2-mod-svn +RUN apt-get install -y subversion +RUN apt-get install -y python3 # copy the script to run httpd in foreground COPY httpd-foreground /usr/local/bin/