Skip to content

Commit

Permalink
devcontainer: add git package as a build dependency for node-canvas i…
Browse files Browse the repository at this point in the history
…nstallation
  • Loading branch information
hakatashi committed Oct 3, 2024
1 parent 3ec5f78 commit bada75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/slackbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM node:20-alpine

# Install build dependencies for node-canvas
# https://github.com/Automattic/node-canvas/issues/2239#issuecomment-2005970772
RUN apk update && apk add build-base g++ cairo-dev pango-dev giflib-dev
RUN apk update && apk add build-base g++ cairo-dev pango-dev giflib-dev git

WORKDIR /code

0 comments on commit bada75f

Please sign in to comment.