Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #226 from indigo-dc/devel
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
micafer authored Mar 28, 2018
2 parents ca0758f + 081752d commit 45d9ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN wget https://launchpad.net/ubuntu/+archive/primary/+files/python-msrest_0.4.
# Install IM
RUN wget https://github.com/grycap/RADL/releases/download/v1.1.0/python-radl_1.1.0-1_all.deb && \
wget https://github.com/indigo-dc/im/releases/download/v1.6.7/python-im_1.6.7-1_all.deb && \
wget https://github.com/indigo-dc/tosca-parser/releases/download/0.8.3/python-tosca-parser_0.8.3-1_all.deb && \
wget https://github.com/indigo-dc/tosca-parser/releases/download/0.9.1/python-tosca-parser_0.9.1-1_all.deb && \
dpkg -i python-radl_*_all.deb ; \
dpkg -i python-tosca-parser_*_all.deb ; \
dpkg -i python-im_*_all.deb ; \
Expand Down

0 comments on commit 45d9ff6

Please sign in to comment.