Skip to content

Commit

Permalink
chore: install vips from edge repository to install latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Nov 23, 2023
1 parent 41d561c commit 168fe4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WORKDIR /app
ENV TZ=Asia/Seoul
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
apk update && \
apk add build-base libheif vips-dev vips -q
apk add build-base libheif vips-dev vips -q --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main

COPY --from=builder /app ./

Expand Down

0 comments on commit 168fe4a

Please sign in to comment.