From cf6e38b4370783bfcd14f37f49bd7a452dc66ddd Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 22 Aug 2022 17:52:35 +0200 Subject: [PATCH] fix: install python3 (attempt 2) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8617d65..09316a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ WORKDIR /app COPY package.json ./ +RUN apt install python3 + RUN npm install RUN npm install -g ts-node typescript