Skip to content

Commit

Permalink
Add vips to docker image (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash authored Jan 3, 2025
1 parent 2e3cc05 commit aabe2e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/ci/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
FROM alpine as app
LABEL MAINTAINER="https://discord.gg/Uz29ny"

RUN apk add --update --no-cache --repository https://dl-3.alpinelinux.org/alpine/edge/community --repository https://dl-3.alpinelinux.org/alpine/edge/main vips

COPY stash-box-linux /usr/bin/stash-box

EXPOSE 9998
Expand Down

0 comments on commit aabe2e4

Please sign in to comment.