Browse Source

added sudo to requirements

main
Holger Frey 3 years ago
parent
commit
58b1d62173
  1. 2
      Dockerfile

2
Dockerfile

@ -21,7 +21,7 @@ RUN apt-get install -y apache2 apache2-utils libapache2-mod-svn subversion
# added more packages to separate install # added more packages to separate install
# since apache2 currently has a dependency problem and # since apache2 currently has a dependency problem and
# cached docker image can be reused # cached docker image can be reused
RUN apt-get install -y git python3 python3-pip RUN apt-get install -y git python3 python3-pip sudo
# copy the script to run httpd in foreground # copy the script to run httpd in foreground
COPY httpd-foreground /usr/local/bin/ COPY httpd-foreground /usr/local/bin/

Loading…
Cancel
Save