diff --git a/.docker-compose/Dockerfile b/.docker-compose/Dockerfile index 4c6c356..b8715c1 100644 --- a/.docker-compose/Dockerfile +++ b/.docker-compose/Dockerfile @@ -7,7 +7,6 @@ RUN python -m pip install pydantic RUN python -m pip install daemonize RUN python -m pip install sqspy RUN python -m pip install -U pytest -RUN python -m pip install nose2 RUN mkdir /app WORKDIR /app diff --git a/Dockerfile b/Dockerfile index edc5d19..c41c12d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ RUN python -m pip install pydantic RUN python -m pip install daemonize RUN python -m pip install sqspy RUN python -m pip install -U pytest -RUN python -m pip install nose2 RUN mkdir /app WORKDIR /app