Commit a8d7ef73 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Ajout de l'extension oracle pour PHP lors du build de l'image unicaen

parent dde21361
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -251,6 +251,7 @@ docker build \
--rm \
--build-arg PHP_VERSION=${PHP_VERSION} \
--build-arg HTTP_PROXY=${HTTP_PROXY} \
--build-arg OCI8_PACKAGE="oci8" \
-f Dockerfile \
-t unicaen-dev-php${PHP_VERSION}-apache \
.