From 90fb263aa2507553febf385dec2353b252434e7c Mon Sep 17 00:00:00 2001 From: hpatel426 Date: Tue, 10 Oct 2023 12:52:25 -0400 Subject: [PATCH] updated docker file to include poetry installation as root --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 0725fe9..1f74124 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -40,6 +40,7 @@ USER dockeruser #RUN pip3 install --no-cache-dir --force --user --index-url https://pypi.org/simple/ --extra-index-url https://test.pypi.org/simple/ $SOURCE \ # && rm -rf $DIST_PATH +#install poetry as root USER root RUN poetry config virtualenvs.create false RUN poetry install --no-dev