[docker] Fix build

This commit is contained in:
Laura Hausmann 2024-07-03 23:12:47 +02:00
parent 3de130e932
commit 01555c995e
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -4,7 +4,7 @@ FROM alpine:3.20 as build
WORKDIR /iceshrimp
# Install compilation dependencies
RUN apk add --no-cache --no-progress git alpine-sdk vips-dev python3 nodejs-current npm vips
RUN apk add --no-cache --no-progress git alpine-sdk vips-dev python3 py3-setuptools nodejs-current npm vips
# Copy in all files for the build
COPY . ./