Skip to content

Commit

Permalink
Merge pull request #711 from biigle/docker-workerfile
Browse files Browse the repository at this point in the history
Add libsvg to worker.dockerfile
  • Loading branch information
mzur authored Jan 25, 2024
2 parents c62ac9e + af0a9c2 commit f87213a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/worker.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ RUN apk add --no-cache --virtual .build-deps \
libjpeg-turbo-dev \
libpng-dev \
tiff-dev \
librsvg-dev \
&& apk add --no-cache \
expat \
glib \
libgsf \
libjpeg-turbo \
libpng \
tiff \
librsvg \
&& cd /tmp \
&& curl -L https://github.com/libvips/libvips/releases/download/v${LIBVIPS_VERSION}/vips-${LIBVIPS_VERSION}.tar.gz -o vips-${LIBVIPS_VERSION}.tar.gz \
&& tar -xzf vips-${LIBVIPS_VERSION}.tar.gz \
Expand Down

0 comments on commit f87213a

Please sign in to comment.