Skip to content

Commit

Permalink
chore: since it is not an alpine image, apk command is no available. …
Browse files Browse the repository at this point in the history
…Using apt-get instead (#19638)
  • Loading branch information
gshif authored Sep 24, 2020
1 parent ef730d6 commit b8c9a12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions releng/unit-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
ARG GO_VERSION
FROM golang:${GO_VERSION}

RUN apk add --no-cache \
bash \
jq \
git
RUN apt-get update && apt-get install -y --no-install-recommends jq

RUN go get -u github.com/jstemmer/go-junit-report && \
mv /go/bin/go-junit-report /usr/bin/go-junit-report && \
Expand Down

0 comments on commit b8c9a12

Please sign in to comment.