Skip to content

Commit

Permalink
Add yaml-dev and libffi-dev to Dockerfile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Feb 21, 2025
1 parent eb6bbcc commit 34ce48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ RUN apk add --no-cache \
py-pip \
nodejs \
npm \
yaml-dev \
libffi-dev \
&& gem update --system \
&& gem install bundler foreman \
&& bundle config set without 'test development' \
Expand Down

0 comments on commit 34ce48f

Please sign in to comment.