mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
fix: Dockerfile fix ln
This commit is contained in:
parent
6a13fd0dc4
commit
dc8dfe1e8f
1 changed files with 1 additions and 1 deletions
|
@ -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 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 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
|
# Pip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue