Skip to content

Commit

Permalink
cleanup apk after install
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Oct 29, 2024
1 parent ce8c048 commit ba38439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN apk update \
&& apk add --virtual build-dependencies build-base \
&& bundle install \
&& gem build wrapture.gemspec \
&& gem install wrapture-*.gem
&& gem install wrapture-*.gem \
&& apk del build-dependencies

0 comments on commit ba38439

Please sign in to comment.