mirror of
https://github.com/andrew-d/static-binaries.git
synced 2025-01-01 20:06:10 +08:00
9 lines
210 B
Docker
9 lines
210 B
Docker
|
FROM andrewd/static-binaries-musl-cross
|
||
|
MAINTAINER Andrew Dunham <andrew@du.nham.ca>
|
||
|
|
||
|
# Add our build script
|
||
|
ADD build.sh /build/build.sh
|
||
|
|
||
|
# This builds the program and copies it to /output
|
||
|
CMD /build/build.sh
|