mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-07 06:02:09 +08:00
8 lines
301 B
Docker
8 lines
301 B
Docker
FROM registry.cn-beijing.aliyuncs.com/yunionio/climc-base:3.22.2-2
|
|
|
|
ADD ./build/climc/root/opt /opt
|
|
|
|
RUN cp /opt/yunion/scripts/motd/climc.sh /etc/profile.d/climc.sh && ln -sf /etc/profile.d/climc.sh /root/.bashrc
|
|
|
|
ADD ./_output/alpine-build/bin/climc ./_output/alpine-build/bin/*cli /opt/yunion/bin/
|