Update latest

This commit is contained in:
Valentin Deville 2017-03-15 16:15:23 +01:00
parent 297bfe1e5d
commit 500cce0add
No known key found for this signature in database
GPG Key ID: F37EBA152ABA41D8

View File

@ -1,7 +1,7 @@
FROM debian:latest
LABEL maintainer="contact@ocsinventory-ng.org"
LABEL version="2.3"
LABEL version="2.3.1"
LABEL description="OCS (Open Computers and Software Inventory Next Generation)"
RUN apt-get update
@ -56,7 +56,7 @@ RUN /usr/sbin/a2dissite 000-default ;\
/usr/sbin/a2enmod authz_user
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.1
WORKDIR /tmp/ocs/Apache
RUN perl Makefile.PL ;\