parent
fc355a52c2
commit
269b17947c
@ -1,6 +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 apt-get install iproute2 -y
|
|
||||||
COPY ./script /var/www/html
|
COPY ./script /var/www/html
|
||||||
|
|
||||||
|
Loading…
Reference in new issue