mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-07-01 10:14:22 +08:00
10 lines
222 B
Docker
10 lines
222 B
Docker
# registry.cn-beijing.aliyuncs.com/yunionio/debian10-base:1.0
|
|
|
|
FROM debian:10
|
|
|
|
RUN apt update && apt install -y alien
|
|
|
|
RUN apt-get clean autoclean && \
|
|
apt-get autoremove --yes && \
|
|
rm -rf /var/lib/{apt,dpkg,cache,log}/
|