From a7c25f19d9700c008e6d6b5b4f95ea6103bda8ab Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 25 Jun 2022 07:42:25 +0530 Subject: fixes --- circuitpython/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'circuitpython/Dockerfile') 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 -- cgit v1.2.3