Skip to content

Commit

Permalink
Merge pull request #684 from peschuster/fix_docker_freetype
Browse files Browse the repository at this point in the history
Fix freetype dependency in docker build for all platforms
  • Loading branch information
josephdadams authored Apr 14, 2024
2 parents 766e147 + 41328a9 commit 9e3df71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e3df71

Please sign in to comment.