From 23a0ab93dce2956190b29dea684a061721f2e4cc Mon Sep 17 00:00:00 2001 From: MireyaMMO Date: Tue, 11 Jun 2024 12:20:57 +1200 Subject: [PATCH] Getting that checkmark test --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ac8d8cb..f67baa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ ADD . $SOURCE/moana-qc ARG GIT_TOKEN +RUN apt-get update && apt-get install -y build-essential + RUN pip install -r $SOURCE/moana-qc/requirements/default.txt &&\ pip install -r $SOURCE/moana-qc/requirements/tests.txt &&\ pip install $SOURCE/moana-qc