Install libvips in the Dockerfiles

This commit is contained in:
TheEssem 2021-03-04 09:05:19 -06:00
parent 429bfdd540
commit 362a0c0d80
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,8 @@ FROM node:alpine
RUN apk --no-cache upgrade
RUN apk add --no-cache git msttcorefonts-installer python3 alpine-sdk ffmpeg \
zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev \
libtool libwebp-dev libxml2-dev pango-dev freetype fontconfig
libtool libwebp-dev libxml2-dev pango-dev freetype fontconfig \
vips vips-dev
# liblqr needs to be built manually for magik to work
# and because alpine doesn't have it in their repos

View File

@ -5,7 +5,8 @@ FROM node:alpine
RUN apk --no-cache upgrade
RUN apk add --no-cache git msttcorefonts-installer python3 alpine-sdk ffmpeg \
zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev \
libtool libwebp-dev libxml2-dev pango-dev freetype fontconfig
libtool libwebp-dev libxml2-dev pango-dev freetype fontconfig \
vips vips-dev
# liblqr needs to be built manually for magik to work
# and because alpine doesn't have it in their repos