Skip to content

Commit

Permalink
build(docker): debian bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
cshum committed Nov 19, 2023
1 parent cbcbe04 commit 160bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
libwebp-dev libtiff-dev libexif-dev libxml2-dev libpoppler-glib-dev \
swig libpango1.0-dev libmatio-dev libopenslide-dev libcfitsio-dev libopenjp2-7-dev liblcms2-dev \
libgsf-1-dev libfftw3-dev liborc-0.4-dev librsvg2-dev libimagequant-dev libaom-dev \
libheif-dev libspng-dev libcgif-dev && \
libheif-dev libcgif-dev && \
cd /tmp && \
curl -fsSLO https://github.com/libvips/libvips/releases/download/v${VIPS_VERSION}/vips-${VIPS_VERSION}.tar.xz && \
tar xf vips-${VIPS_VERSION}.tar.xz && \
Expand Down

0 comments on commit 160bb2b

Please sign in to comment.