From 0602d23f64fe320fff2b30ee5a99e95cb9249136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nyl=C3=A9n?= Date: Thu, 22 Sep 2022 11:22:24 +0800 Subject: [PATCH] fix: add vips to the dependencies for vips to work --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7cb000d..8da893a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,6 +54,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ python2 \ postgresql-client \ imagemagick \ + libvips \ + libvips-dev \ && apt-get clean -y && rm -rf /var/lib/apt/lists/* # Ensure at least the en_US.UTF-8 UTF-8 locale is available.