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

AdminInterface
dorian.hodin 2 years ago
parent dca57f2345
commit 7aff972299

@ -1,5 +1,5 @@
FROM php:8.0-apache
RUN apt-get update && apt-get upgrade -y
RUN docker-php-ext-install mysqli
RUN apt-get install lamp-server^ -y
RUN apt-get install lamp-server -y
COPY ./script /var/www/html
Loading…
Cancel
Save