1
0

Dockerfile Fehler

This commit is contained in:
Anna Christina Naß
2026-04-09 13:16:12 +02:00
parent 580d74a247
commit 32c4a5e5fd

View File

@@ -1,5 +1,6 @@
FROM python
RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/*
RUN wget -P / $(curl https://api.github.com/repos/novnc/websockify/releases/latest | jq -r '.tarball_url')
RUN python3 -m pip install novnc-websockify-*.tar.gz
RUN rm -rf /novnc-websockify-* /root/.cache