diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 07:42:25 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 07:42:25 +0530 |
commit | a7c25f19d9700c008e6d6b5b4f95ea6103bda8ab (patch) | |
tree | 8707e464bc290613efae031908063ef9788cbb0d /circuitpython/Dockerfile | |
parent | 08422ad7e5ae71a1a625e8a2bda6d233fd68ceee (diff) |
fixes
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 |