From 22af45f977bdd4d0caff163fcc6c374d74e2d542 Mon Sep 17 00:00:00 2001 From: Joren Dumoulin Date: Mon, 6 Nov 2023 16:26:27 +0100 Subject: [PATCH] add list filecheck to container --- container/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/container/Dockerfile b/container/Dockerfile index 1dcd250e5..c6304983a 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -109,6 +109,8 @@ RUN export PATH=/opt/python3.11/bin:$PATH \ # add python3.11 to path in bashrc RUN echo "export PATH=/opt/python3.11/bin:$PATH" >> ~/.bashrc -# install latest xdsl +# install latest xdsl and test dependencies RUN export PATH=/opt/python3.11/bin:$PATH \ - && pip3 install git+https://github.com/xdslproject/xdsl/ \ No newline at end of file + && pip3 install git+https://github.com/xdslproject/xdsl.git@182514a06f74f191623199e050cb0bb4d48dac79\ + && pip3 install filecheck \ + && pip3 install lit