Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0960225

Browse files
committedApr 13, 2021
Change pip3 to python3 -m pip in Dockerfile
1 parent a5bba7b commit 0960225

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
@@ -4,7 +4,7 @@ USER root
44

55
RUN apt-get update -y && \
66
apt-get install -y python3 python3-pip && \
7-
pip3 install wolframclient
7+
python3 -m pip install wolframclient
88

99
COPY . /tmp/build
1010
RUN pip3 install /tmp/build && \

0 commit comments

Comments
 (0)
Please sign in to comment.