make dev container game-neutral

This commit is contained in:
Alexander Bentkamp
2023-06-13 12:02:08 +02:00
parent 6b349613f8
commit da75366363
3 changed files with 5 additions and 12 deletions

View File

@@ -15,11 +15,6 @@ RUN curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -
leanc --version; \
lake --version;
RUN git clone https://github.com/hhu-adam/NNG4.git
WORKDIR /NNG4
RUN lake update && lake build
WORKDIR /
RUN git clone https://github.com/leanprover-community/lean4game.git