Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Docker to build oapi-cli on an old, but still maintain distro, so appimage have the best backward compatibility

docker build --no-cache -t oapi-build ./docker
docker run -v $PWD:/oapi-cli oapi-build scl enable devtoolset-11 /oapi-cli/docker/make.sh