status-go/xgo/base/Dockerfile

8 lines
229 B
Docker
Raw Normal View History

FROM karalabe/xgo-latest
# Inject the container entry point, the build script (patched for Status bindings conditional builds of library.c)
ADD build.sh /build.sh
ENV BUILD /build.sh
RUN chmod +x $BUILD
ENTRYPOINT ["/build.sh"]