We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabe2e4 commit f6619cbCopy full SHA for f6619cb
docker/ci/x86_64/Dockerfile
@@ -1,10 +1,10 @@
1
2
# must be built from /dist directory
3
4
-FROM alpine as app
+FROM ubuntu:24.04 as app
5
LABEL MAINTAINER="https://discord.gg/Uz29ny"
6
7
-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
+RUN apt-get update && apt-get install -y libvips
8
9
COPY stash-box-linux /usr/bin/stash-box
10
0 commit comments