Skip to content

Commit

Permalink
chore: install from edge
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Nov 23, 2023
1 parent 168fe4a commit d68c289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ WORKDIR /app

ENV TZ=Asia/Seoul
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
echo "@edge https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk update && \
apk add build-base libheif vips-dev vips -q --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main
apk add build-base@edge libheif@edge vips-dev@edge vips@edge -q

COPY --from=builder /app ./

Expand Down

0 comments on commit d68c289

Please sign in to comment.