Skip to content

Commit

Permalink
Merge pull request #75 from UserOfficeProject/74-build-dev-canvas-pac…
Browse files Browse the repository at this point in the history
…kage-from-source

fix: add missing canvas dependencies
  • Loading branch information
simonfernandes authored Jan 27, 2022
2 parents adb3759 + aee5b29 commit 945646e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ RUN apk add --no-cache \
ttf-freefont \
nodejs \
npm \
graphicsmagick
graphicsmagick \
build-base \
g++ \
cairo-dev \
jpeg-dev \
pango-dev \
giflib-dev

WORKDIR /tmp

Expand Down

0 comments on commit 945646e

Please sign in to comment.