Skip to content

Commit

Permalink
Add build dependencies for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Aug 23, 2024
1 parent 281e580 commit c6d21ac
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 c6d21ac

Please sign in to comment.