mirror of
https://github.com/andrew-d/static-binaries.git
synced 2024-12-27 16:41:15 +08:00
9 lines
198 B
Docker
9 lines
198 B
Docker
FROM andrewd/musl-cross-arm
|
|
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
|