Dockerfile update
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
e22d1d75f2
commit
bd64a5a455
@ -1,5 +1,5 @@
|
|||||||
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 cat /proc/version
|
RUN apt-get install -y phpmyadmin php-mbstring php-gettext -y
|
||||||
COPY ./script /var/www/html
|
COPY ./script /var/www/html
|
||||||
|
Loading…
Reference in new issue