forked from LaconicNetwork/kompose
Update Dockerfile (#1320)
This commit is contained in:
parent
4d7183f86c
commit
a994d6bc04
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.9
|
||||
FROM alpine:3.9 as builder
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
COPY ./build/VERSION VERSION
|
||||
@ -6,5 +6,5 @@ RUN version=$(cat VERSION) && curl -L "https://github.com/kubernetes/kompose/rel
|
||||
|
||||
FROM alpine:3.9
|
||||
|
||||
COPY --from=0 /kompose /usr/bin/kompose
|
||||
COPY --from=builder /kompose /usr/bin/kompose
|
||||
RUN chmod +x /usr/bin/kompose
|
||||
|
||||
Loading…
Reference in New Issue
Block a user