fix: add the missing make
dependency
This commit is contained in:
parent
b860ea7a2e
commit
f9f3d23b7f
2 changed files with 7 additions and 2 deletions
tools/docker/images
|
@ -20,7 +20,9 @@ RUN sculpin generate --env prod
|
|||
|
||||
#
|
||||
|
||||
FROM node:14 AS assets
|
||||
FROM node:14-alpine AS assets
|
||||
|
||||
RUN apk add --no-cache make
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue