diff --git a/Dockerfile b/Dockerfile index d29a3288c..c8ccdc80d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ WORKDIR /app COPY . . # Install any needed packages specified in requirements.txt -RUN pip install poetry && poetry config virtualenvs.create false && poetry install --with test,lint,typing,dev +RUN pip install poetry && poetry config virtualenvs.create false && poetry install --with test RUN poetry run pytest