fix: Dockerfile fix ln

This commit is contained in:
Rhys Arkins 2019-03-01 20:29:41 +01:00
parent 6a13fd0dc4
commit dc8dfe1e8f

View file

@ -89,7 +89,7 @@ ENV CGO_ENABLED=0
RUN apt-get update && apt-get install -y python3.7-dev python3-distutils && apt-get clean
RUN rm -fr /usr/bin/python3 && ln /usr/bin/python3.7 /usr/bin/python3
RUN ln /usr/bin/python3.7 /usr/bin/python
RUN rm -rf /usr/bin/python && ln /usr/bin/python3.7 /usr/bin/python
# Pip