mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
Merge pull request #276 from evrardjp/vuln-image-fix
Temporarily workaround alpine issue
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.12
|
||||
RUN apk add --no-cache ca-certificates tzdata
|
||||
RUN apk update --no-cache && apk upgrade --no-cache && apk add --no-cache ca-certificates tzdata
|
||||
COPY ./kured /usr/bin/kured
|
||||
ENTRYPOINT ["/usr/bin/kured"]
|
||||
|
||||
Reference in New Issue
Block a user