Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building the dockerfile is broken #1

Open
snelson3 opened this issue Nov 14, 2022 · 0 comments
Open

Building the dockerfile is broken #1

snelson3 opened this issue Nov 14, 2022 · 0 comments

Comments

@snelson3
Copy link

(base) Sams-MacBook-Pro:advanced-binary-analysis thundrio$ docker build . --tag advanced-binary-analysis
[+] Building 116.5s (8/9)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 455B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:18.04 1.7s
=> [auth] library/ubuntu:pull token for registry-1.docker.io 0.0s
=> [1/5] FROM docker.io/library/ubuntu:18.04@sha256:ca70a834041dd1bf16cc38dfcd24f0888ec4fa431e09f3344f354cf8d1724499 7.1s
=> => resolve docker.io/library/ubuntu:18.04@sha256:ca70a834041dd1bf16cc38dfcd24f0888ec4fa431e09f3344f354cf8d1724499 0.0s
=> => sha256:ca70a834041dd1bf16cc38dfcd24f0888ec4fa431e09f3344f354cf8d1724499 1.41kB / 1.41kB 0.0s
=> => sha256:cd9842111e50ca15135bd04bccfeed4e1e63006ee7d2210927fc8f49bacb4ee8 529B / 529B 0.0s
=> => sha256:71eaf13299f415122ad887b4592146a6b6f5e80cd69e0cd4650102fa3a99972c 1.46kB / 1.46kB 0.0s
=> => sha256:a404e54162968593b8d92b571f3cdd673e4c9eab5d9be28d7c494595c0aa6682 26.71MB / 26.71MB 5.4s
=> => extracting sha256:a404e54162968593b8d92b571f3cdd673e4c9eab5d9be28d7c494595c0aa6682 1.5s
=> [2/5] RUN apt-get update && apt-get install -y wget curl sudo tmux gcc cmake python3 python3-pip && rm -rf /var/l 86.1s
=> [3/5] RUN useradd -m lab 0.4s
=> ERROR [4/5] RUN pip3 install angr lief jupyterlab 21.1s

[4/5] RUN pip3 install angr lief jupyterlab:
#8 1.554 Collecting angr
#8 8.995 Downloading https://files.pythonhosted.org/packages/6a/ae/0e8c510261276a40568c3efb9e11b8d2280c15dcc3ad1dbfd33dc6e0d25a/angr-9.2.6.tar.gz (2.1MB)
#8 20.91 Complete output from command python setup.py egg_info:
#8 20.91 Traceback (most recent call last):
#8 20.91 File "", line 1, in
#8 20.91 File "/tmp/pip-build-20duklf9/angr/setup.py", line 14, in
#8 20.91 from setuptools.errors import LibError
#8 20.91 ModuleNotFoundError: No module named 'setuptools.errors'
#8 20.91
#8 20.91 ----------------------------------------
#8 20.98 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-20duklf9/angr/


executor failed running [/bin/sh -c pip3 install angr lief jupyterlab]: exit code: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant