Skip to content

Commit

Permalink
Add dependency required for installing the faraday-patron gem on our …
Browse files Browse the repository at this point in the history
…build for deploy=production step
  • Loading branch information
zuccamia committed Mar 25, 2024
1 parent 5293ef8 commit b995820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rails-base/3.1.x/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update \
default-libmysqlclient-dev \
libxslt1.1 \
libxml2 \
libcurl4-openssl-dev \
&& curl -sL https://deb.nodesource.com/setup_lts.x | bash - \
&& apt-get update \
&& apt-get install -y --no-install-recommends nodejs \
Expand Down
1 change: 1 addition & 0 deletions rails-buildpack/3.1.x/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt-get update \
make \
libbz2-dev \
libc6-dev \
libcurl4-openssl-dev \
liblzma-dev \
libmagickcore-dev \
libmagickwand-dev \
Expand Down

0 comments on commit b995820

Please sign in to comment.