Dockerfile.debian-base 226 B

123456789
  1. # registry.cn-beijing.aliyuncs.com/yunionio/debian10-base:1.0
  2. FROM debian:trixie
  3. RUN apt update && apt install -y alien
  4. RUN apt-get clean autoclean && \
  5. apt-get autoremove --yes && \
  6. rm -rf /var/lib/{apt,dpkg,cache,log}/