We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29c04a commit ff63435Copy full SHA for ff63435
vnc-viewer/Dockerfile
@@ -12,7 +12,7 @@ FROM $BUILD_FROM AS WEBSOCKIFY
12
RUN apt-get update && apt-get -y --no-install-recommends install \
13
git=1:2.39.5-0+deb12u1 \
14
python3=3.11.2-1+b1 \
15
- python3-setuptools=66.1.1-1 \
+ python3-setuptools=66.1.1-1+deb12u2 \
16
python3-numpy=1:1.24.2-1+deb12u1 \
17
python3-pip=23.0.1+dfsg-1
18
@@ -28,7 +28,7 @@ FROM $BUILD_FROM AS RUNNING
28
29
30
31
32
33
procps=2:4.0.2-3 \
34
&& apt-get clean \
0 commit comments