Skip to content

Commit e810135

Browse files
committed
Try vips-magick with alpine #127.
1 parent c098dc6 commit e810135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/alpine/Dockerfile.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#-----------------------------------------
33
FROM node:18-alpine3.17 AS builder
44
RUN apk add --update-cache --repository https://alpine.global.ssl.fastly.net/alpine/v3.17/community/ \
5-
python3 build-base sqlite-dev sqlite-libs vips-dev vips-heif fftw-dev gcc g++ make libc6-compat && ln -snf /usr/bin/python3 /usr/bin/python
5+
python3 build-base sqlite-dev sqlite-libs imagemagick-dev libraw-dev vips-dev vips-heif vips-magick fftw-dev gcc g++ make libc6-compat && ln -snf /usr/bin/python3 /usr/bin/python
66
COPY pigallery2-release /app
77
WORKDIR /app
88
RUN npm install --unsafe-perm --fetch-timeout=90000
@@ -27,7 +27,7 @@ ENV NODE_ENV=production \
2727

2828
EXPOSE 80
2929
RUN apk add --update-cache --repository https://alpine.global.ssl.fastly.net/alpine/v3.17/community/ \
30-
vips vips-cpp vips-heif ffmpeg
30+
vips vips-cpp vips-heif vips-magick ffmpeg
3131
COPY --from=builder /app /app
3232
VOLUME ["/app/data/config", "/app/data/db", "/app/data/images", "/app/data/tmp"]
3333

0 commit comments

Comments
 (0)