diff --git a/Dockerfile b/Dockerfile index 114106ae..91978ce4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apk add --update nodejs npm \ && npm i --ignore-script --omit=dev \ && npm uninstall bcryptjs \ && npm install bcryptjs \ + && node-gyp -C node_modules/@julusian/freetype2 rebuild \ && npm uninstall node-gyp -g \ && apk del .build-deps