Skip to content

Commit

Permalink
vncdotool: bump to 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Servén Marín <[email protected]>
  • Loading branch information
squat committed Aug 22, 2023
1 parent 4fb3b12 commit e6b397c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get install -y openssl ca-certificates libffi-dev build-essential libssl
RUN python3 -m pip install numpy
RUN apt-get remove --purge -y libffi-dev build-essential libssl-dev git rustc cargo
RUN rm -rf /root/.cargo
ADD https://github.com/sibson/vncdotool/archive/v1.1.0.tar.gz vncdotool.tar.gz
ADD https://github.com/sibson/vncdotool/archive/v1.2.0.tar.gz vncdotool.tar.gz
RUN python3 -m pip install vncdotool.tar.gz

FROM python:3.11-slim
Expand Down

0 comments on commit e6b397c

Please sign in to comment.