mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
fix: sudo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM gitpod/workspace-full-vnc
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y libgtk-3-dev
|
||||
RUN sudo apt-get update \
|
||||
&& sudo apt-get install -y libgtk-3-dev
|
||||
Reference in New Issue
Block a user