Skip to content

Commit

Permalink
chore: add build-base so we can freaking build the json gem
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsorokoletov committed Jan 10, 2024
1 parent 63e5681 commit a574cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG RUBY_VERSION
FROM ruby:${RUBY_VERSION}-alpine
# Install ruby-dev and other dependencies
RUN apk add --no-cache ruby-dev
RUN apk add --no-cache build-base ruby-dev
# Install required gems
RUN gem install faraday -v '~> 0.9.2'
RUN gem install json
Expand Down

0 comments on commit a574cc9

Please sign in to comment.