Dockerfile update, downloading driver try 7
continuous-integration/drone/push Build is failing Details

AdminInterface
dorian.hodin 2 years ago
parent 653a5eddc0
commit 0015dc5ccf

@ -1,5 +1,5 @@
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 php5.6-mysql RUN apt-get install php7.0-mysql
COPY ./script /var/www/html COPY ./script /var/www/html
Loading…
Cancel
Save