revert gitpod

This commit is contained in:
Jon Eugster
2023-09-10 23:39:44 +02:00
parent 9766966db3
commit 7bb079d693
2 changed files with 4 additions and 7 deletions

View File

@@ -6,10 +6,7 @@ FROM ubuntu:22.04
USER root
RUN apt-get update
RUN apt-get --assume-yes install sudo git curl git bash-completion python3 -y
RUN apt-get --assume-yes install gcc npm
RUN apt-get clean
RUN apt-get update && apt-get --assume-yes install sudo git curl git bash-completion python3 -y && apt-get clean
RUN useradd -l -u 33333 -G sudo -md /home/gitpod -s /bin/bash -p gitpod gitpod \
# passwordless sudo for users in the 'sudo' group

View File

@@ -6,7 +6,7 @@ vscode:
- leanprover.lean4
tasks:
- before: |
cd /workspace && git clone https://github.com/leanprover-community/lean4game.git && cd /workspace/lean4game && npm install
- init: |
lake update && lake exe cache get && lake build
lake exe cache get
- command: |
sudo apt-get --assume-yes install gcc