From b3ae15a0629a2e4bd85e1acaa1752133bd6c1c05 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 2 Dec 2022 23:15:26 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"]