mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-10 07:38:05 +08:00
8 lines
247 B
Docker
8 lines
247 B
Docker
FROM registry.cn-beijing.aliyuncs.com/yunionio/climc-base:20210901
|
|
|
|
ADD ./build/climc/root/opt /opt
|
|
|
|
RUN cat /opt/yunion/scripts/motd/climc.sh >> /root/.bashrc
|
|
|
|
ADD ./_output/alpine-build/bin/climc ./_output/alpine-build/bin/*cli /opt/yunion/bin/
|