status-go/xgo/base/Dockerfile

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"]