From c6d21ac0480f72b5e4629822605d1d81147c3893 Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Fri, 23 Aug 2024 00:17:43 -0600 Subject: [PATCH] Add build dependencies for Docker --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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