status-go/_assets/build/xgo/base/Dockerfile

9 lines
227 B
Docker
Raw Normal View History

2018-05-07 20:58:09 +00:00
FROM karalabe/xgo-1.10.x
# 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
2018-05-07 20:58:09 +00:00
ENTRYPOINT ["/build.sh"]