forked from prehistoric-systems/chatpad
install make in docker image
This commit is contained in:
parent
d839f0c355
commit
37a4ccf144
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue