install make in docker image

This commit is contained in:
Andrei Canta 2023-03-21 21:18:46 +02:00
parent d839f0c355
commit 37a4ccf144

View file

@ -1,6 +1,6 @@
# Build the react project
FROM node:18-alpine as builder
RUN apk --no-cache add python3
RUN apk --no-cache add python3 make
WORKDIR /app