From e6b397cca5b68e4157345bffa26f150e5d34e225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Wed, 23 Aug 2023 00:38:55 +0200 Subject: [PATCH] vncdotool: bump to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucas Servén Marín --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 491e5a0..fe138b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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