also -y the upgrade
This commit is contained in:
parent
2e50b9c2b4
commit
b48794992a
@ -1,6 +1,7 @@
|
||||
FROM httpd
|
||||
|
||||
RUN apt update && apt upgrade && apt install -y php php-mbstring php-curl php-xml pwgen
|
||||
RUN apt update && apt upgrade -y && apt install -y php php-mbstring php-curl php-xml pwgen
|
||||
|
||||
RUN rm /usr/local/apache2/htdocs/index.html
|
||||
|
||||
COPY mocha-php/mocha-php/src/mocha-php /usr/local/apache2/htdocs/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user