status-go/xgo/base/Dockerfile

8 lines
225 B
Docker
Raw Normal View History

2016-09-23 14:29:08 +00:00
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"]