Skip to content

Commit

Permalink
updated docker file to include poetry installation as root
Browse files Browse the repository at this point in the history
  • Loading branch information
hpatel426 committed Oct 10, 2023
1 parent 1019a59 commit 90fb263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90fb263

Please sign in to comment.