Skip to content

Trying to build hardy images fails when apt-get update STEP with return code 139 #2

Description

@z3nth10n

These was my steps:

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#```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions