Skip to content

Commit c6d21ac

Browse files
committed
Add build dependencies for Docker
1 parent 281e580 commit c6d21ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ LABEL maintainer="Justin Collins <[email protected]>"
33

44
WORKDIR /usr/src/app
55

6+
RUN apk --update add build-base
7+
68
# Copy our Gemfile (and related files) *without* copying our actual source code yet
79
COPY Gemfile* *.gemspec gem_common.rb ./
810
# Copy lib/brakeman/version.rb so that bundle install works

0 commit comments

Comments
 (0)