mirror of
https://github.com/Luzifer/ots.git
synced 2025-03-06 22:05:53 -05:00
Fix: Use no-cache to satisfy Trivy
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
93cbaff2e6
commit
51313d02aa
@ -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…
x
Reference in New Issue
Block a user