Skip to content

Commit

Permalink
Merge pull request #1864 from presidentbeef/fix_docker_once_more
Browse files Browse the repository at this point in the history
Add build dependencies for Docker
  • Loading branch information
presidentbeef authored Aug 23, 2024
2 parents 281e580 + c6d21ac commit c25fcae
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 @@ -3,6 +3,8 @@ LABEL maintainer="Justin Collins <gem@brakeman.org>"

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
Expand Down

0 comments on commit c25fcae

Please sign in to comment.