mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
8 lines
225 B
Docker
8 lines
225 B
Docker
FROM karalabe/xgo-1.7.1
|
|
|
|
# Inject the container entry point, the build script (patched for Status bindings conditional builds of C code)
|
|
ADD build.sh /build.sh
|
|
ENV BUILD /build.sh
|
|
RUN chmod +x $BUILD
|
|
|
|
ENTRYPOINT ["/build.sh"] |