Fix: Use no-cache to satisfy Trivy
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
93cbaff2e6
commit
51313d02aa
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ COPY . /go/src/github.com/Luzifer/ots
|
|||
WORKDIR /go/src/github.com/Luzifer/ots
|
||||
|
||||
RUN set -ex \
|
||||
&& apk update && apk add \
|
||||
&& apk --no-cache add \
|
||||
curl \
|
||||
git \
|
||||
make \
|
||||
|
|
|
@ -8,7 +8,7 @@ COPY . /go/src/github.com/Luzifer/ots
|
|||
WORKDIR /go/src/github.com/Luzifer/ots
|
||||
|
||||
RUN set -ex \
|
||||
&& apk update && apk add \
|
||||
&& apk --no-cache add \
|
||||
curl \
|
||||
git \
|
||||
make \
|
||||
|
|
Loading…
Reference in a new issue