mirror of https://github.com/docker/compose.git
Add script to build Linux binary
This commit is contained in:
parent
ba66c849b5
commit
431ce67f85
|
@ -1,2 +1,3 @@
|
|||
mock==1.0.1
|
||||
nose==1.3.0
|
||||
pyinstaller==2.1
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
docker build -t fig .
|
||||
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
|
Loading…
Reference in New Issue