Skip to content

Commit

Permalink
add support for debian trixie
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan committed Jan 18, 2024
1 parent 6bbb0c0 commit ff9975d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile.trixie-jpg-png
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# syntax=docker/dockerfile:1
FROM debian:trixie-slim AS builder

ENV LIBVIPS_VERSION 8.15.1
ENV LIBVIPS_HASH 36db25cca3bf15df963100971d203784

COPY ./build.sh /build.sh
RUN BUILD_TARGET=jpg_png /build.sh jpg_png

FROM debian:trixie-slim
COPY --from=builder /vips /vips

0 comments on commit ff9975d

Please sign in to comment.