mirror of https://github.com/apache/cloudstack.git
Fix Marvin version in Dockerfile
This commit is contained in:
parent
2504ea499d
commit
212b34f08b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue