mirror of
https://github.com/sern-handler/gui
synced 2026-06-05 17:06:52 +00:00
5 lines
121 B
Docker
5 lines
121 B
Docker
FROM gitpod/workspace-full-vnc
|
|
|
|
# Install dependencies
|
|
RUN sudo apt-get update \
|
|
&& sudo apt-get install -y libgtk-3-dev |