Skip to content

Commit 0960225

Browse files
committed
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

+1-1
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)