We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbaae72 commit 6cd656eCopy full SHA for 6cd656e
docker/alpine/Dockerfile.build
@@ -5,9 +5,6 @@ FROM node:22-alpine3.23 AS builder
5
ENV SHARP_FORCE_GLOBAL_LIBVIPS=1
6
# inspired by https://github.com/lovell/sharp/issues/4273 and https://github.com/lovell/sharp/issues/4267
7
RUN apk add --no-cache --update \
8
- --repository=https://dl-cdn.alpinelinux.org/alpine/v3.23/main \
9
- --repository=https://dl-cdn.alpinelinux.org/alpine/v3.23/community \
10
- --repository=https://dl-cdn.alpinelinux.org/alpine/v3.23/testing \
11
vips \
12
vips-dev \
13
vips-heif \
0 commit comments