From 158df569bc1efa4fea1272e6c8f232efed194aa7 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 25 Jun 2022 21:19:30 +0530 Subject: progress --- circuitpython/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'circuitpython/Dockerfile') 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 -- cgit v1.2.3