-
Notifications
You must be signed in to change notification settings - Fork 39
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
docker build cant run gnupg problem? #5
Comments
Try installing gnupg:
```
apt install gnupg
```
…On Wed, 22 Jul 2020 at 13:13, iNoSec2 ***@***.***> wrote:
Hello,
I have an error message when trying to build the docker.
Command ran:
docker-compose build
Error message:
https://imgur.com/t0trzNp.png
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA4SWI7GUR6UKXAGY34AUTR43JX5ANCNFSM4PEUTVSA>
.
|
I tried but failed to resolve the problem, i will screenshot the error and how i integrate the install to the docker web script. |
OK, thanks. I know very little about Docker so the fact it worked at all is
a miracle.
I've also just noticed that the project is 3 years old, so things have
probably changed since I last worked on it.
…On Wed, 22 Jul 2020 at 14:16, iNoSec2 ***@***.***> wrote:
I tried but failed to resolve the problem, i will screenshot the error and
how i integrate the install to the docker web script.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA4SWO64EB3CXCXV4BDYLTR43RA7ANCNFSM4PEUTVSA>
.
|
i looked a little but seems the docker mongodb have some problem, i resolve the gnupg problem but now it ask for libcurl4 and dont want to install it... i will look deeply tonight or tomorrow to make it work, i need it to make sec642 exercises ;) and i lose the vm so ;) |
Glad it is someone else that messed up and not me!
If you contact Adrien you could probably get hold of another copy of the VM.
Have you considered installing the app locally rather than through Docker?
https://digi.ninja/projects/nosqli_lab.php
If I get chance, I'll have a look at docker as well and if I can get it
working I'll put the lab online to make it easier to play with.
…On Wed, 22 Jul 2020 at 16:39, iNoSec2 ***@***.***> wrote:
i looked a little but seems the docker mongodb have some problem, i
resolve the gnupg problem but now it ask for libcurl4 and dont want to
install it... i will look deeply tonight or tomorrow to make it work, i
need it to make sec642 exercises ;) and i lose the vm so ;)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA4SWOX4DFWHXQMXGGTNTTR44B2FANCNFSM4PEUTVSA>
.
|
If you use the docker file on its own, it builds fine:
You've probably checked this out already, but this link says how to fix the problem in some situations but adding the extra line to the docker file for Mongo doesn't help when building with compose. If you get anywhere with it, let me know and I'll update things, if not, I know some docker experts I can ask in the morning. |
Hello,
I have an error message when trying to build the docker.
Command ran:
docker-compose build
Error message:
https://imgur.com/t0trzNp.png
Thanks
The text was updated successfully, but these errors were encountered: