We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281e580 commit c6d21acCopy full SHA for c6d21ac
Dockerfile
@@ -3,6 +3,8 @@ LABEL maintainer="Justin Collins <[email protected]>"
3
4
WORKDIR /usr/src/app
5
6
+RUN apk --update add build-base
7
+
8
# Copy our Gemfile (and related files) *without* copying our actual source code yet
9
COPY Gemfile* *.gemspec gem_common.rb ./
10
# Copy lib/brakeman/version.rb so that bundle install works
0 commit comments