Update Dockerfile

This commit is contained in:
Jon Eugster
2023-09-10 22:44:20 +02:00
committed by GitHub
parent a20dc91fc3
commit e5c7a082bc

View File

@@ -37,6 +37,7 @@ ENV VSCODE_API_VERSION="1.50.0"
RUN ssh -o StrictHostKeyChecking=no github.com || true
# Lean4game specific stuff
RUN mkdir -p /workspace
WORKDIR /workspace
RUN git clone https://github.com/leanprover-community/lean4game.git
WORKDIR /workspace/lean4game