fix: install make

This commit is contained in:
2022-08-22 17:56:37 +02:00
parent 8dc0809825
commit 8b2039186d

View File

@@ -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