mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
osbuilder: apk add --no-cache
Hadolint DL3019. If you're wondering why this is in this PR, that's because I touch the file later, and we're only triggering the lints for changed files. Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
parent
deb8ce97a8
commit
5c3e553624
@ -6,7 +6,7 @@
|
|||||||
ARG IMAGE_REGISTRY=docker.io
|
ARG IMAGE_REGISTRY=docker.io
|
||||||
FROM ${IMAGE_REGISTRY}/alpine:3.15
|
FROM ${IMAGE_REGISTRY}/alpine:3.15
|
||||||
|
|
||||||
RUN apk update && apk add \
|
RUN apk update && apk add --no-cache \
|
||||||
apk-tools-static \
|
apk-tools-static \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
Loading…
Reference in New Issue
Block a user