diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9ae237ff..24ad2ba6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ libyaml-0-2 \ openssh-client \ postgresql-client \ + libvips-dev \ vim RUN gem install bundler diff --git a/Dockerfile b/Dockerfile index 2092d0ef..22394a01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /rails # Install base packages RUN apt-get update -qq && \ - apt-get install --no-install-recommends -y curl libvips postgresql-client libyaml-0-2 + apt-get install --no-install-recommends -y curl libvips libvips-dev postgresql-client libyaml-0-2 # Set production environment ARG BUILD_COMMIT_SHA