Skip to content

Commit

Permalink
Don't use --user to install anything
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Mar 23, 2024
1 parent 756e7d1 commit 601fa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV PATH ${VIRTUAL_ENV}/bin:${PATH}
RUN python3 -m venv ${VIRTUAL_ENV}

# install hg-evolve (Mercurial extensions)
RUN pip install hg-evolve --user --no-cache-dir
RUN pip install hg-evolve --no-cache-dir

# install repo2docker
COPY --from=0 /tmp/wheelhouse /tmp/wheelhouse
Expand Down

0 comments on commit 601fa25

Please sign in to comment.