diff --git a/Dockerfile b/Dockerfile index e6fcb16..d6c17aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,7 @@ WORKDIR /app COPY . . -RUN pip install --upgrade pip -RUN pip install build -RUN python -m build +RUN pip install --upgrade pip && pip install build && python -m build RUN pip install dist/*.whl ENTRYPOINT ["octosuite"]