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

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 26, 2018
1 parent 6a884a9 commit 905eeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.5-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 && \
dpkg -i python-radl_*_all.deb ; \
dpkg -i python-tosca-parser_*_all.deb ; \
Expand All @@ -43,4 +43,4 @@ EXPOSE 8899 8800
COPY ansible.cfg /etc/ansible/ansible.cfg

# Launch the service at the beginning of the container
CMD im_service.py
CMD im_service.py

0 comments on commit 905eeac

Please sign in to comment.