mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
6 lines
206 B
Docker
6 lines
206 B
Docker
FROM gitpod/workspace-full-vnc
|
|
|
|
# Install dependencies
|
|
RUN apt-get update \
|
|
&& apt-get install -y libgtk-3-dev \
|
|
&& apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* |