OpenMTC/docker/builder-arm

10 lines
191 B
Plaintext
Raw Permalink Normal View History

2017-11-07 13:41:38 +00:00
# Set the builder image to use openmtc/base
FROM openmtc/base-arm:latest
ARG OPENMTC_HOME=/usr/local/src/openmtc-python/
WORKDIR $OPENMTC_HOME
ENTRYPOINT ["./create-binary-dist"]
CMD [""]