Skip to content

Commit

Permalink
Merge pull request #107 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Sep 23, 2024
2 parents 287a0ce + ebdb42f commit 1dd4ee1
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 @@ -5,10 +5,10 @@ LABEL version="1.8.0"
LABEL description="Container image to run the IM client. (http://www.grycap.upv.es/im)"

# Install python3
RUN apk add --no-cache python3 py3-requests jq bash
RUN apk add --no-cache python3 py3-requests py3-packaging jq bash openssh-client

# Install IM client
RUN apk add --no-cache py3-pip && \
RUN apk add --no-cache py3-pip && \
pip3 install im-client==1.8.0 && \
apk del --no-cache py3-pip

Expand Down

0 comments on commit 1dd4ee1

Please sign in to comment.