diff --git a/Dockerfile b/Dockerfile index 1a377ef..082a499 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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