OpenMTC/docker/builder-amd64

10 lines
193 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-amd64:latest
ARG OPENMTC_HOME=/usr/local/src/openmtc-python/
WORKDIR $OPENMTC_HOME
ENTRYPOINT ["./create-binary-dist"]
CMD [""]