Skip to content

Commit 4c09d00

Browse files
authored
Merge pull request #10 from ml-tooling/bugfix/docker-pip-symlink
Bugfix: Remove pip symlink from Dockerfile
2 parents 40fc460 + cee6ef5 commit 4c09d00

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ RUN \
1414
RUN \
1515
apt-get update \
1616
&& 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
17+
&& ln -s /usr/bin/python3.8 /usr/bin/python
1918

2019
# Install lib required for psycopg2
2120
RUN \

0 commit comments

Comments
 (0)