summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index a9d37e8..2686a6f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,12 +5,12 @@ WORKDIR /ACT4E
RUN pip3 --disable-pip-version-check --no-cache-dir install -U pip pre-commit
-# COPY .devcontainer/requirements.txt .
-# RUN python3 -m pip install -r requirements.txt
+COPY .devcontainer/requirements.txt .
+RUN python3 -m pip install -r requirements.txt
-COPY act4e-mcdp-hotfix ./act4e-mcdp
+# COPY act4e-mcdp-hotfix ./act4e-mcdp
# RUN python3 -m pip install ./act4e-mcdp
-RUN python3 -m pip install git+https://github.com/NaoPross/ACT4E-mcdp.git@make-it-run
+# RUN python3 -m pip install git+https://github.com/NaoPross/ACT4E-mcdp.git@make-it-run
COPY .devcontainer/act4e-check /usr/local/bin
RUN chmod +x /usr/local/bin/act4e-check