Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Jul 10, 2024
1 parent 71e13f9 commit f925fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . /src

WORKDIR /src

RUN apk add --no-cache git \
RUN apk add --no-cache git build-base \
&& gem build cfn-guardian.gemspec \
&& gem install cfn-guardian-${GUARDIAN_VERSION}.gem \
&& rm -rf /src
Expand Down

0 comments on commit f925fe6

Please sign in to comment.