Dockerfile driver install
continuous-integration/drone/push Build is failing Details

AdminInterface
dorian.hodin 2 years ago
parent 556183e820
commit e804b5af35

@ -1,4 +1,4 @@
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 uname -r RUN docker-php-ext-install pdo pdo_mysql \
COPY ./script /var/www/html COPY ./script /var/www/html
Loading…
Cancel
Save