Skip to content

Commit

Permalink
update vncdotool to v1.1.0
Browse files Browse the repository at this point in the history
The latest stable version of vncdotool was just released 4 days ago;
this commit bumps the container to use this version.

Signed-off-by: Lucas Servén Marín <[email protected]>
  • Loading branch information
squat committed Apr 5, 2023
1 parent 75d0b4c commit 4fb3b12
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/8492abf347566c36f67ea368d70ddaabf931719b.tar.gz vncdotool.tar.gz
ADD https://github.com/sibson/vncdotool/archive/v1.1.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 4fb3b12

Please sign in to comment.