From 9c5b2b783d3aded6006db2091a637b77c77ae52b Mon Sep 17 00:00:00 2001 From: Fred McDavid Date: Thu, 28 Nov 2019 09:17:22 -0500 Subject: [PATCH] changes Dockerfile to install dev dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a0b7508..51ea88ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /crc-workflow RUN pip install pipenv ADD Pipfile /crc-workflow/ ADD Pipfile.lock /crc-workflow/ -RUN pipenv install +RUN pipenv install --dev # include rejoiner code (gets overriden by local changes) COPY . /crc-workflow/