mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: install make
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
|
||||
RUN apt update;apt install python3 -y
|
||||
RUN apt update;apt install python3 make -y
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user