Skip to content

Commit

Permalink
Merge pull request #1 from wavyland/bump
Browse files Browse the repository at this point in the history
vncdotool: bump to 1.2.0
  • Loading branch information
squat authored Aug 22, 2023
2 parents 4fb3b12 + e6b397c commit 15ac587
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 15ac587

Please sign in to comment.