11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
|
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
|