From 3b67a8791c7beec42561bf52c8a18e4707693e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 7 Sep 2023 11:42:24 +0200 Subject: [PATCH] Add libvips package to Docker container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff3eef7..612eace 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ruby:2.7.6 SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN apt-get update -qq && apt-get install -y --no-install-recommends curl \ - ldap-utils tini + ldap-utils tini libvips RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - RUN apt-get update && apt-get install -y nodejs