Skip to content
Snippets Groups Projects
Commit 3b8e1694 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Update INSTALL.md

parent 476f419f
No related branches found
No related tags found
No related merge requests found
...@@ -255,11 +255,15 @@ L'image OSE repose sur UnicaenImage, qu'il faut donc installer préalablement : ...@@ -255,11 +255,15 @@ L'image OSE repose sur UnicaenImage, qu'il faut donc installer préalablement :
```bash ```bash
git clone https://git.unicaen.fr/open-source/docker/unicaen-image git clone https://git.unicaen.fr/open-source/docker/unicaen-image
cd unicaen-image cd unicaen-image
HTTP_PROXY=http://proxy.unicaen.fr:3128 ; \
PHP_VERSION=7.0 ; \
docker build \ docker build \
--rm \ --rm \
--build-arg HTTP_PROXY=http://proxy.unicaen.fr:3128 \ # Votre proxy si nécessaire --build-arg PHP_VERSION=${PHP_VERSION} \
-f Dockerfile-7.0 \ --build-arg HTTP_PROXY=${HTTP_PROXY} \
-t unicaen-image-php7.0-apache \ -f Dockerfile \
-t unicaen-dev-php${PHP_VERSION}-apache \
. .
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment