diff --git a/Dockerfile b/Dockerfile index 017c5eb0..611ccf81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN cd /opt/esp/idf && \ patch --ignore-whitespace -p1 -i "/app/tools/patches/sdcard-fix (esp-idf 4.2 and 4.3).diff" # Build -RUN chsh -s /bin/bash +SHELL ["/bin/bash", "-c"] RUN . /opt/esp/idf/export.sh && \ python rg_tool.py --target=odroid-go release && \ python rg_tool.py --target=mrgc-g32 release