Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Sep 23, 2024
1 parent d1c339f commit ebdb42f
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 @@ -8,9 +8,9 @@ LABEL description="Container image to run the IM client. (http://www.grycap.upv.
RUN apk add --no-cache python3 py3-requests py3-packaging jq bash openssh-client

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

COPY im_client.cfg /im-client/im_client.cfg

Expand Down

0 comments on commit ebdb42f

Please sign in to comment.