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

build fails #1

Open
andreicon opened this issue Apr 25, 2018 · 1 comment
Open

build fails #1

andreicon opened this issue Apr 25, 2018 · 1 comment
Assignees

Comments

@andreicon
Copy link

andreicon commented Apr 25, 2018

Trying to run ./start.sh as described by the readme. Output below:

andrei@430:~/kali$ ./start.sh andrei ./data ./scripts ./installers
[sudo] password for andrei: 
Sending build context to Docker daemon  82.43kB
Step 1/35 : FROM kalilinux/kali-linux-docker
latest: Pulling from kalilinux/kali-linux-docker
014a6d74f96c: Pull complete 
9febb14563a0: Pull complete 
c38f04972c6b: Pull complete 
9d39d049d5d0: Pull complete 
4e80058918bf: Pull complete 
ccd85f0810ad: Pull complete 
6ab25bddb799: Pull complete 
789ba1ebcb41: Pull complete 
Digest: sha256:afdb5edb5732016fc5aea02ab1f1a9083c769016c2a0074887e83e057fa0f294
Status: Downloaded newer image for kalilinux/kali-linux-docker:latest
 ---> b8fe82f15421
Step 2/35 : RUN sed -i "s/https\.kali\.org/mirror\.aarnet\.edu\.au\/pub\/kali/g" /etc/apt/sources.list
 ---> Running in 2d8782437866
Removing intermediate container 2d8782437866
 ---> c5257c11c1d7
Step 3/35 : RUN wget -q -O - https://archive.kali.org/archive-key.asc  | apt-key add
 ---> Running in 496bde8d9cf1
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
The command '/bin/sh -c wget -q -O - https://archive.kali.org/archive-key.asc  | apt-key add' returned a non-zero code: 255
Unable to find image 'mercuryiss/kali:latest' locally
docker: Error response from daemon: pull access denied for mercuryiss/kali, repository does not exist or may require 'docker login'.
See 'docker run --help'.
@ac-mercury ac-mercury self-assigned this Apr 25, 2018
@ac-mercury
Copy link
Owner

I've made some updates to resolve the gnupg requirement error, see how how you go after you pull the latest changes.

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

2 participants