Update Dockerfile

This commit is contained in:
zryfish
2019-09-11 21:12:29 +08:00
committed by GitHub
parent 1dcb9232d7
commit 758f8d7a8c

View File

@@ -14,5 +14,5 @@ RUN CGO_ENABLED=0 GO111MODULE=on GOOS=linux GOARCH=amd64 GOFLAGS=-mod=vendor go
FROM alpine:3.9
RUN apk add --update ca-certificates && update-ca-certificates
COPY --from=ks-apiserver-builder /go/src/kubesphere.io/kubesphere/hypersphere /usr/local/bin/
COPY --from=hypersphere-builder /go/src/kubesphere.io/kubesphere/hypersphere /usr/local/bin/
CMD ["sh"]