Dockerfile update, downloading driver try 6
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
8b6c9e3a6c
commit
ff32242b84
@ -1,5 +1,6 @@
|
|||||||
FROM php:8.0-apache
|
FROM php:8.0-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 php7.4-mysql
|
RUN add-apt-repository ppa:ondrej/php
|
||||||
|
RUN apt-get install php5.6-mysql
|
||||||
COPY ./script /var/www/html
|
COPY ./script /var/www/html
|
Loading…
Reference in new issue