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:
parent
3f92fe0f6f
commit
f09e216694
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue