1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-06 14:05:20 +02:00

fix: add libvips-dev to dependencies

This commit is contained in:
matthieuEv 2025-07-23 22:57:35 +02:00
parent 3f92fe0f6f
commit f09e216694
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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