diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 21:19:30 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 21:19:30 +0530 |
commit | 158df569bc1efa4fea1272e6c8f232efed194aa7 (patch) | |
tree | 3bddbffc549102ef3fabae8bdaf0e1e13360cf7e /circuitpython/Dockerfile | |
parent | a7c25f19d9700c008e6d6b5b4f95ea6103bda8ab (diff) |
progress
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 |