Clonando en 'ancient-ubuntu-docker'...
remote: Enumerating objects: 38, done.
remote: Total 38 (delta 0), reused 0 (delta 0), pack-reused 38
Recibiendo objetos: 100% (38/38), 553.82 MiB | 23.57 MiB/s, listo.
Resolviendo deltas: 100% (16/16), listo.
root@debian:~# cd ancient-ubuntu-docker/hardy/
root@debian:~/ancient-ubuntu-docker/hardy# docker build -t ubuntu-hardy .
Sending build context to Docker daemon 78.36MB
Step 1/5 : FROM scratch
--->
Step 2/5 : ADD ubuntu-8.04-root.tar.xz /
---> 6d54682efe61
Step 3/5 : COPY sources.list /etc/apt/sources.list
---> 92045462f6eb
Step 4/5 : RUN apt-get update && apt-get upgrade -y
---> Running in 884c78a90cd8
The command '/bin/sh -c apt-get update && apt-get upgrade -y' returned a non-zero code: 139
root@debian:~/ancient-ubuntu-docker/hardy#```