diff options
Diffstat (limited to 'circuitpython/Dockerfile')
-rw-r--r-- | circuitpython/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/circuitpython/Dockerfile b/circuitpython/Dockerfile index 127a3db..8e115cc 100644 --- a/circuitpython/Dockerfile +++ b/circuitpython/Dockerfile @@ -6,6 +6,4 @@ WORKDIR /circuitpython RUN apt-get update RUN apt-get install python3 python3-pip git gettext build-essential mtools gcc-arm-none-eabi -y RUN pip3 install --upgrade -r requirements-dev.txt -RUN make -C mpy-cross - -ENTRYPOINT [ "./build.sh" ]
\ No newline at end of file +RUN make -C mpy-cross
\ No newline at end of file |