Skip to content

yeastrc/limelight-build-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

limelight-build-docker

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

To build docker image:

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

To build limelight:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors