diff --git a/Dockerfile b/Dockerfile index 2865551b6..46d2d6daa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ LABEL maintainer="Justin Collins " WORKDIR /usr/src/app +RUN apk --update add build-base + # Copy our Gemfile (and related files) *without* copying our actual source code yet COPY Gemfile* *.gemspec gem_common.rb ./ # Copy lib/brakeman/version.rb so that bundle install works