Dockerfile update
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
41b899014b
commit
0bfe741685
@ -1,4 +1,6 @@
|
||||
FROM php:8.1-apache
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN docker-php-ext-install mysqli
|
||||
RUN apt-get install phpmyadmin php-mbstring php-zip php-gd php-json php-curl -y
|
||||
RUN phpenmod mbstring && systemctl restart apache2
|
||||
COPY ./script /var/www/html
|
||||
|
Loading…
Reference in new issue