mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: install python3 (attempt 2)
This commit is contained in:
@@ -4,6 +4,8 @@ WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
|
||||
RUN apt install python3
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN npm install -g ts-node typescript
|
||||
|
||||
Reference in New Issue
Block a user