2018-05-07 20:58:09 +00:00
|
|
|
FROM karalabe/xgo-1.10.x
|
2016-07-20 06:42:19 +00:00
|
|
|
|
2016-09-11 11:44:14 +00:00
|
|
|
# Inject the container entry point, the build script (patched for Status bindings conditional builds of C code)
|
2016-07-20 06:42:19 +00:00
|
|
|
ADD build.sh /build.sh
|
|
|
|
ENV BUILD /build.sh
|
|
|
|
RUN chmod +x $BUILD
|
|
|
|
|
2018-05-07 20:58:09 +00:00
|
|
|
ENTRYPOINT ["/build.sh"]
|