mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 04:10:04 +01:00
Update .gitpod.dockerfile
This commit is contained in:
@@ -3,5 +3,5 @@ FROM gitpod/workspace-full
|
|||||||
USER root
|
USER root
|
||||||
RUN sudo apt-get update && apt-get install -y apt-transport-https \
|
RUN sudo apt-get update && apt-get install -y apt-transport-https \
|
||||||
&& sudo apt-get install -y \
|
&& sudo apt-get install -y \
|
||||||
install xserver-xorg-dev libxext-dev libxi-dev build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config libglu1-mesa-dev freeglut3-dev mesa-common-dev \
|
xserver-xorg-dev libxext-dev libxi-dev build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config libglu1-mesa-dev freeglut3-dev mesa-common-dev \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*
|
||||||
|
|||||||
Reference in New Issue
Block a user