Skip to content

yeastrc/proxl-build-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

proxl-build-docker

Dockerfile for creating a Docker image in which to build proxl.

To build docker image:

sudo docker image build -t mriffle/build-proxl ./

To build proxl:

sudo docker run --rm -it --user $(id -u):$(id -g) -v `pwd`:`pwd` -w `pwd` --env HOME=. --entrypoint ant mriffle/build-proxl -f ant__build_all_proxl.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published