Install correct python version
continuous-integration/drone/push Build is failing Details

main
Georg Krause 2022-02-17 20:01:42 +01:00
parent c359df8ac2
commit 68b49034a3
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM debian:stable-slim
RUN apt-get update && apt-get install -y nodejs python yarnpkg
RUN apt-get update && apt-get install -y nodejs python3 yarnpkg
RUN yarn add -g renovate
CMD renovate