fix: sudo

This commit is contained in:
2023-07-15 16:17:16 +02:00
committed by GitHub
parent 83bb3c96a1
commit 46eb03195f

View File

@@ -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