Container with required packages to compile CPOP
1.9K
A container with what is required to compile CPOP
docker run --rm -it -e CWD=$(pwd) -v $(pwd):$(pwd):rw celforyon/cpop
Once in the container, you can do as usual:
mkdir build
cd build
cmake ..
make
docker run --rm -it -e USER_ID=${UID} -e CWD=$(pwd) -v $(pwd):$(pwd):rw celforyon/cpop
Content type
Image
Digest
Size
172.2 MB
Last updated
over 8 years ago
docker pull celforyon/cpop