change permissions to allow non-root to build

This commit is contained in:
Emil Lerch 2023-04-26 17:21:52 -07:00
parent 7db04aa771
commit 7e14b48120
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -35,6 +35,7 @@ RUN true && \
pip3 install --break-system-packages -r blflashcommand/requirements.txt && \
apt-get remove -y --autoremove gcc && \
apt-get clean && \
chmod -R o+w /bouffalo_sdk && \
true
env BL_SDK_BASE=/bouffalo_sdk