dockerfile-msf
dockerfile-msf copied to clipboard
Dockerhub image fails start postgres
When it's successful...
If I clone the repo, and build the image directly, and then run it, it works.
docker build -t msf .
docker run --rm -it msf
When it's not successful...
However, if I pull the image from Dockerhub, that throws an error around starting Postgres:
docker pull phocean/msf
docker run --rm -it phocean/msf
Maybe it's me?
There's a very good chance I'm just missing something fundamental here, but I had the same thing happen on my Mac which is why I switched to a debian-based VM to try it and got the same result.
Same issue.
@s1nglethr3ad @brandonaaskov I have forked and used a Github Action to build and push the image.
Can you check using docker image : r0mdau/msf ?
If it works, we wait for @phocean to merge this PR #12 I've already contributed to this repo.
I didn't inspect the layers to verify anything shady was brought in, but msf-wise I can confirm this works 👍
When I try to build the image from scratch I get an Error while the Racc gem is being installed
@gardnerapp can you copy paste your logs ?