1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-25 22:32:52 +02:00

testing heic support for alpine

This commit is contained in:
Patrik J. Braun
2025-10-18 20:11:45 +02:00
parent 61c94a6f53
commit c12d22df4d

View File

@@ -15,7 +15,7 @@ WORKDIR /tmp
RUN wget https://github.com/libvips/libvips/releases/download/v${VIPS_VERSION}/vips-${VIPS_VERSION}.tar.xz && \
tar -xf vips-${VIPS_VERSION}.tar.xz && \
cd vips-${VIPS_VERSION} && \
meson setup build --libdir lib -Dintrospection=false -Dexamples=false --buildtype=release && \
meson setup build --libdir lib -Dintrospection=auto -Dexamples=false --buildtype=release && \
cd build && \
meson compile && \
meson install && \