mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-09 23:28:20 +08:00
5 lines
162 B
Docker
5 lines
162 B
Docker
FROM alpine:3.11
|
|
|
|
RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositories
|
|
RUN apk update && apk add kubectl && rm -rf /var/cache/apk/*
|