Update Dockerfile

This commit is contained in:
Jon Eugster
2023-09-10 22:11:54 +02:00
committed by GitHub
parent 3b25303d81
commit a20dc91fc3

View File

@@ -37,9 +37,9 @@ ENV VSCODE_API_VERSION="1.50.0"
RUN ssh -o StrictHostKeyChecking=no github.com || true RUN ssh -o StrictHostKeyChecking=no github.com || true
# Lean4game specific stuff # Lean4game specific stuff
WORKDIR /home/gitpod WORKDIR /workspace
RUN git clone https://github.com/leanprover-community/lean4game.git RUN git clone https://github.com/leanprover-community/lean4game.git
WORKDIR /home/gitpod/lean4game WORKDIR /workspace/lean4game
RUN npm install RUN npm install
# run sudo once to suppress usage info # run sudo once to suppress usage info