From 68b49034a319f8e9889d5e86c640480af1550dfd Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 17 Feb 2022 20:01:42 +0100 Subject: [PATCH] Install correct python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24d308c..2f79775 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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