mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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
|
||||
|
3
script/build-linux
Executable file
3
script/build-linux
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
docker build -t fig .
|
||||
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
|
Loading…
x
Reference in New Issue
Block a user