Update download script

This commit is contained in:
Valentin Deville 2017-03-15 16:11:15 +01:00
parent f3904f1c3a
commit 1b62642373
No known key found for this signature in database
GPG Key ID: F37EBA152ABA41D8

View File

@ -54,7 +54,7 @@ RUN /usr/sbin/a2dissite 000-default ;\
/usr/sbin/a2enmod authz_user /usr/sbin/a2enmod authz_user
RUN wget https://raw.githubusercontent.com/OCSInventory-NG/OCSInventory-Server/master/binutils/docker-download.sh RUN wget https://raw.githubusercontent.com/OCSInventory-NG/OCSInventory-Server/master/binutils/docker-download.sh
RUN sh docker-download.sh RUN sh docker-download.sh 2.3
WORKDIR /tmp/ocs/Apache WORKDIR /tmp/ocs/Apache
RUN perl Makefile.PL ;\ RUN perl Makefile.PL ;\