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