Open armijnhemel opened 3 years ago
@armijnhemel I'm unable to reproduce this on my side.
Also why is the python version 3.9 ? According to our dockerfile it should be 3.8. Did you make any changes ?
@armijnhemel I'm unable to reproduce this on my side.
Also why is the python version 3.9 ? According to our dockerfile it should be 3.8. Did you make any changes ?
It is 3.9 because that is on my system. I followed these instructions:
git clone https://github.com/nexB/vulnerablecode.git && cd vulnerablecode
make envfile
docker-compose build
docker-compose up
So this is before the Docker image is even built. This is output from the host system.
Just to clarify: this is NOT a technical issue. It is a documentation issue. Just a few lines of extra docs (about the need for docker and/or podman would prevent people coming in complaining ;-)
So it is likely that something on my system is not set up properly (like permissions). Cleaner error detection and an error message would be good.