Skip to content

Commit 601fa25

Browse files
committed
Don't use --user to install anything
1 parent 756e7d1 commit 601fa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV PATH ${VIRTUAL_ENV}/bin:${PATH}
2929
RUN python3 -m venv ${VIRTUAL_ENV}
3030

3131
# install hg-evolve (Mercurial extensions)
32-
RUN pip install hg-evolve --user --no-cache-dir
32+
RUN pip install hg-evolve --no-cache-dir
3333

3434
# install repo2docker
3535
COPY --from=0 /tmp/wheelhouse /tmp/wheelhouse

0 commit comments

Comments
 (0)