Dockerfile update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7475e682b7
commit
1c49bc8778
@ -1,5 +1,4 @@
|
|||||||
FROM php:8.1-apache
|
FROM php:8.1-apache
|
||||||
RUN apt-get update && apt-get upgrade -y
|
RUN apt-get update && apt-get upgrade -y
|
||||||
RUN docker-php-ext-install mysqli
|
RUN docker-php-ext-install mysqli
|
||||||
RUN apt-get install -y phpmyadmin php8.1-mbstring php-gettext -y
|
|
||||||
COPY ./script /var/www/html
|
COPY ./script /var/www/html
|
||||||
|
Loading…
Reference in new issue