We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40fc460 + cee6ef5 commit 4c09d00Copy full SHA for 4c09d00
1 file changed
Dockerfile
@@ -14,8 +14,7 @@ RUN \
14
RUN \
15
apt-get update \
16
&& apt-get install -y python3.8 python3-pip \
17
- && ln -s /usr/bin/python3.8 /usr/bin/python \
18
- && ln -s /usr/bin/pip3 /usr/bin/pip
+ && ln -s /usr/bin/python3.8 /usr/bin/python
19
20
# Install lib required for psycopg2
21
0 commit comments