fix(docker): node-canvas deps (#10287)

pull/10731/head^2
Alan Roe 2024-01-16 08:01:28 +00:00 committed by GitHub
parent 7db164ab47
commit e2bd3147c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
ca-certificates \
apt-transport-https \
gpg
gpg \
build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
# install NodeJS & yarn
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -