Browse Source

added install of python3

main
Holger Frey 3 years ago
parent
commit
944bbcf776
  1. 2
      Dockerfile

2
Dockerfile

@ -18,7 +18,7 @@ RUN useradd -m -u 1000 -g deploy deploy @@ -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
RUN apt-get install -y apache2 apache2-utils libapache2-mod-svn subversion python3 python3-pip
# copy the script to run httpd in foreground
COPY httpd-foreground /usr/local/bin/

Loading…
Cancel
Save