Skip to content

Commit 2d9a06c

Browse files
committed
python3.7 uses pip3
1 parent 72198ef commit 2d9a06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frc-read-the-docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
RUN apt-get update && apt-get install -y build-essential redis-server \
4-
python3.7 python3.7-dev python3.7-pip \
4+
python3.7 python3.7-dev \
55
python3 python3-dev python3-pip \
66
libxml2-dev libsxlt1-dev zlib1g-dev
77

0 commit comments

Comments
 (0)