mirror of
https://github.com/sern-handler/gui
synced 2026-06-17 05:12:15 +00:00
feat: gitpod integration (fix)
This commit is contained in:
@@ -2,5 +2,4 @@ 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/*
|
||||
&& apt-get install -y libgtk-3-dev
|
||||
Reference in New Issue
Block a user