fix: install python3 (attempt 2)

This commit is contained in:
2022-08-22 17:52:35 +02:00
parent 8a74bf76a2
commit 41eb9761b1

View File

@@ -4,6 +4,8 @@ WORKDIR /app
COPY package.json ./
RUN apt install python3
RUN npm install
RUN npm install -g ts-node typescript