diff --git a/stacks/perilous/Dockerfile b/stacks/perilous/Dockerfile index 8b8a457..60fc7c0 100644 --- a/stacks/perilous/Dockerfile +++ b/stacks/perilous/Dockerfile @@ -1,5 +1,5 @@ FROM node:18-alpine -RUN apk add --no-cache python3 make g++ vips-dev +RUN apk add --no-cache python3 make g++ vips-dev fontconfig ttf-dejavu WORKDIR /usr/src/app COPY content/package.json ./ RUN npm install