Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Apr 11, 2022
1 parent 700b31d commit ff9523d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-py3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to create a container with the IM service
FROM ubuntu:20.04
LABEL maintainer="Miguel Caballer <micafer1@upv.es>"
LABEL version="1.11.0"
LABEL version="1.11.1"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
EXPOSE 8899 8800

Expand All @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3-setupto
pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==2.9.26&& \
pip3 install git+https://github.com/openstack/tosca-parser && \
pip3 install git+https://github.com/micafer/libcloud@micro && \
pip3 install IM==1.11.0 && \
pip3 install IM==1.11.1 && \
apt-get purge -y python3-pip git && \
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/

Expand Down

0 comments on commit ff9523d

Please sign in to comment.