Fix: Use no-cache to satisfy Trivy

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-10-26 00:11:31 +02:00
parent 93cbaff2e6
commit 51313d02aa
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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 \