You've already forked pigallery2
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:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user