Skip to content

Commit

Permalink
Merge pull request #6 from piotrmaks/provide-shell
Browse files Browse the repository at this point in the history
Get some shell from busybox base image
  • Loading branch information
p3s authored May 21, 2020
2 parents 67eabf8 + 4b99117 commit 039f97b
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 @@ -15,7 +15,7 @@ RUN tar xf v${GRCOV_VERSION}.tar.gz \
grep '^/' | \
xargs -I % cp --parents % deps

FROM scratch
FROM busybox

ARG GRCOV_VERSION

Expand Down

0 comments on commit 039f97b

Please sign in to comment.