mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Add script to build Linux binary
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user