Files
github1s/.gitpod.Dockerfile
2021-03-01 18:41:00 +08:00

6 lines
228 B
Docker

FROM gitpod/workspace-full
RUN sudo apt-get update \
&& sudo apt-get install -y \
g++ gcc make python2.7 pkg-config libx11-dev libxkbfile-dev libsecret-1-dev python-is-python3 rsync \
&& sudo rm -rf /var/lib/apt/lists/*