also -y the upgrade

This commit is contained in:
Michael Becker 2025-01-12 22:11:06 -05:00
parent 2e50b9c2b4
commit b48794992a

View File

@ -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/