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