Install libvips in the Dockerfiles
This commit is contained in:
parent
429bfdd540
commit
362a0c0d80
2 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,8 @@ FROM node:alpine
|
||||||
RUN apk --no-cache upgrade
|
RUN apk --no-cache upgrade
|
||||||
RUN apk add --no-cache git msttcorefonts-installer python3 alpine-sdk ffmpeg \
|
RUN apk add --no-cache git msttcorefonts-installer python3 alpine-sdk ffmpeg \
|
||||||
zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev \
|
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
|
# liblqr needs to be built manually for magik to work
|
||||||
# and because alpine doesn't have it in their repos
|
# and because alpine doesn't have it in their repos
|
||||||
|
|
|
@ -5,7 +5,8 @@ FROM node:alpine
|
||||||
RUN apk --no-cache upgrade
|
RUN apk --no-cache upgrade
|
||||||
RUN apk add --no-cache git msttcorefonts-installer python3 alpine-sdk ffmpeg \
|
RUN apk add --no-cache git msttcorefonts-installer python3 alpine-sdk ffmpeg \
|
||||||
zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev \
|
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
|
# liblqr needs to be built manually for magik to work
|
||||||
# and because alpine doesn't have it in their repos
|
# and because alpine doesn't have it in their repos
|
||||||
|
|
Loading…
Reference in a new issue