From e151f81d766070f50f3be2eeea22719982749aef Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 1 Dec 2022 03:18:36 +0200 Subject: [PATCH] Update Dockerfile Added docker commands to build Octosuite's wheel file with the python build library --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d4064de..e6fcb16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,3 @@ RUN python -m build RUN pip install dist/*.whl ENTRYPOINT ["octosuite"] - -