change permissions to allow non-root to build
This commit is contained in:
parent
7db04aa771
commit
7e14b48120
|
@ -35,6 +35,7 @@ RUN true && \
|
||||||
pip3 install --break-system-packages -r blflashcommand/requirements.txt && \
|
pip3 install --break-system-packages -r blflashcommand/requirements.txt && \
|
||||||
apt-get remove -y --autoremove gcc && \
|
apt-get remove -y --autoremove gcc && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
chmod -R o+w /bouffalo_sdk && \
|
||||||
true
|
true
|
||||||
|
|
||||||
env BL_SDK_BASE=/bouffalo_sdk
|
env BL_SDK_BASE=/bouffalo_sdk
|
||||||
|
|
Loading…
Reference in New Issue
Block a user