Skip to content

Commit 6cd656e

Browse files
committed
try alpine without adding extra repos
1 parent cbaae72 commit 6cd656e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/alpine/Dockerfile.build

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ FROM node:22-alpine3.23 AS builder
55
ENV SHARP_FORCE_GLOBAL_LIBVIPS=1
66
# inspired by https://github.com/lovell/sharp/issues/4273 and https://github.com/lovell/sharp/issues/4267
77
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 \
118
vips \
129
vips-dev \
1310
vips-heif \

0 commit comments

Comments
 (0)