diff options
Diffstat (limited to 'circuitpython/Dockerfile')
-rw-r--r-- | circuitpython/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/circuitpython/Dockerfile b/circuitpython/Dockerfile index 8e115cc..5cbb6c6 100644 --- a/circuitpython/Dockerfile +++ b/circuitpython/Dockerfile @@ -6,4 +6,6 @@ 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
\ No newline at end of file +RUN make -C mpy-cross + +ENTRYPOINT [ "bash", "sleep.sh"]
\ No newline at end of file |