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

AdminInterface
dorian.hodin 2 years ago
parent 3d464a3d11
commit 8b6c9e3a6c

@ -9,7 +9,7 @@
<component name="PHPCodeSnifferOptionsConfiguration"> <component name="PHPCodeSnifferOptionsConfiguration">
<option name="transferred" value="true" /> <option name="transferred" value="true" />
</component> </component>
<component name="PhpProjectSharedConfiguration" php_language_level="8.1" /> <component name="PhpProjectSharedConfiguration" php_language_level="8.0" />
<component name="PhpStanOptionsConfiguration"> <component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" /> <option name="transferred" value="true" />
</component> </component>

@ -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-mysql RUN apt-get install php7.4-mysql
COPY ./script /var/www/html COPY ./script /var/www/html
Loading…
Cancel
Save