From 0067265140e48fa3ff7510d81595afda7b491462 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Tue, 31 Aug 2021 10:59:25 +0200 Subject: [PATCH] added git to requirements --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8abd191..b6cbc7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,10 @@ RUN useradd -m -u 1000 -g deploy deploy # install required packages RUN apt-get install -y apache2 apache2-utils libapache2-mod-svn subversion -RUN apt-get install -y python3 python3-pip +# added more packages to separate install +# since apache2 currently has a dependency problem and +# cached docker image can be reused +RUN apt-get install -y git python3 python3-pip # copy the script to run httpd in foreground COPY httpd-foreground /usr/local/bin/