Skip to content
Snippets Groups Projects
Commit 4e9ba2db authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

Fix libswt in docker container

parent 94cde132
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ FROM theasp/novnc:latest ...@@ -4,7 +4,8 @@ FROM theasp/novnc:latest
RUN set -ex; \ RUN set -ex; \
apt-get update; \ apt-get update; \
apt-get install -y \ apt-get install -y \
openjdk-11-jre openjdk-17-jre \
libswt-gtk-4-java
COPY jameica.conf /app/conf.d/ COPY jameica.conf /app/conf.d/
COPY jameica.sh /app/ COPY jameica.sh /app/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment