1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 21:35:27 +03:00

Dockerfile commited

This commit is contained in:
Bertrand Songis 2016-03-25 15:56:21 +01:00
parent 884e1feee4
commit ccfcfa85d0

View file

@ -26,4 +26,6 @@ RUN wget -q http://ftp.de.debian.org/debian/pool/main/g/gcc-avr/gcc-avr_
ENV PATH $PATH:/opt/gcc-arm-none-eabi/bin
VOLUME ["/opentx"]
WORKDIR /opentx/binaries
ENTRYPOINT ["python", "/opentx/code/radio/util/build.py"]