feat: gitpod integration (fix)

This commit is contained in:
2023-07-15 16:10:12 +02:00
committed by GitHub
parent 2fb421b745
commit 83bb3c96a1

View File

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