Closed gakowalski closed 5 years ago
Also other build errors:
ERROR: rekall-core 1.7.2rc1 has requirement python-dateutil==2.6.1, but you'll have python-dateutil 2.8.0 which is incompatible. ERROR: rekall-core 1.7.2rc1 has requirement pytz==2017.3, but you'll have pytz 2018.9 which is incompatible. ERROR: rekall-agent 1.7.1 has requirement requests==2.18.1, but you'll have requests 2.21.0 which is incompatible.
Are you just using the Dockerfile
in the repository or are you trying to add it to your own?
@yampelo Dockerfile in the repository.
That is odd, do you need to build it? It successfully built from dockerhub two days ago on the last change. You can pull down the image using docker pull yampelo/beagle
, at that point the same base image will be available and you can add anything else you want in a dockerfile like this
from yampelo/beagle
ADD hello /
CMD ["/hello"]
I don't neet to build it, but I wanted you to know that there are some problems. Apparently during those two days something must have changed among the libraries and components used in build process.
I think it may be specific to your env, I triggered a build on dockerhub with the state the repo is in right now and it managed to build
While building an image with the provided dockerfile: