Spotter-VM/extra/graveyard/debian10/image

11 lines
227 B
Plaintext
Raw Permalink Normal View History

IMAGE debian10_10.3-200503
COPY https://us.images.linuxcontainers.org/images/debian/buster/amd64/default/20200503_05:24/rootfs.tar.xz
RUN EOF
# Update packages
apt-get update
apt-get upgrade
apt-get clean
EOF