summaryrefslogtreecommitdiff
path: root/docker/rocky-8.6.Dockerfile
AgeCommit message (Collapse)Author
2023-07-20drop centos8, add almalinux 8.8, update rocky to 8.8Ryo Nakamura
And cleanup Docker files
2023-03-12test: add test_python.py for testing python-mscpRyo Nakamura
Dockerfiles also adapt themselvs for testing python-mscp bindings.
2023-03-10remove numpy from test, and fix compiling single binary mscpRyo Nakamura
2022-11-20fix CMakeLists.txtRyo Nakamura
* install mscp from package at docker build phase. * add docker-*-all custom targets.
2022-11-19cleanup docker-related commands in cmakeRyo Nakamura
TODO: add bruild procedure for async_write
2022-11-13add rocky 8.6 supportRyo Nakamura