Fix Marvin version in Dockerfile

This commit is contained in:
Sebastien Goasguen 2015-03-04 12:51:36 +01:00
parent 2504ea499d
commit 212b34f08b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ RUN (/usr/bin/mysqld_safe &); \
sleep 3; \
mvn -Pdeveloper -pl developer -Ddeploydb; \
mvn -Pdeveloper -pl developer -Ddeploydb-simulator; \
pip install tools/marvin/dist/Marvin-0.1.0.tar.gz
pip install tools/marvin/dist/Marvin-4.4.1.tar.gz
EXPOSE 8080