Mise à jour de 'Sources/config/Dockerfile'
continuous-integration/drone/push Build is failing Details

issue_003_Sonar
David D'ALMEIDA 2 years ago
parent 534d22d889
commit 1bf606920f

@ -1,4 +1,11 @@
FROM php:8.2-apache FROM php:8.2-apache
# Installation de dépendances nécessaires pour Composer
RUN apt-get update && apt-get install -y \
git \
unzip
# Installation de Composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN docker-php-ext-install pdo pdo_mysql RUN docker-php-ext-install pdo pdo_mysql

Loading…
Cancel
Save