Browse Source

trying to fix dependency bug

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

2
Dockerfile

@ -17,7 +17,7 @@ RUN useradd -m -u 1000 -g deploy deploy
# #
# currently there is a bug in one of the following requriements # currently there is a bug in one of the following requriements
RUN apt-get install -y libssh-4 #RUN apt-get install -y libssh-4
# install required packages # install required packages
RUN apt-get install -y apache2 RUN apt-get install -y apache2

Loading…
Cancel
Save