fix: install python3 (attempt 2)

This commit is contained in:
2022-08-22 17:52:35 +02:00
parent c9ed1cc783
commit cf6e38b437

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