fix: add the missing make dependency

This commit is contained in:
Oliver Davies 2021-11-11 08:09:51 +00:00
parent b860ea7a2e
commit f9f3d23b7f
2 changed files with 7 additions and 2 deletions
tools/docker/images

View file

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