From b58e61677eadc357e1db3223905ddc7e2edad80c Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Tue, 31 Aug 2021 10:38:30 +0200 Subject: [PATCH] added install of python3 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index adfa0ec..abfb0b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ RUN useradd -m -u 1000 -g deploy deploy # CUSTOM PART IS BELOW HERE # +# currently there is a bug in one of the following requriements +RUN apt-get install -y libssh-4 # install required packages RUN apt-get install -y apache2 apache2-utils libapache2-mod-svn subversion python3