Try to fix ARM build errors

pull/241/head
RandomUser345 2 years ago
parent 14eba20d1c
commit fc382365d6

@ -86,7 +86,8 @@ RUN \
chmod g+w ${SMA_PATH}/config/sma.log && \
echo "************ install pip dependencies ************" && \
python3 -m pip install --user --upgrade pip && \
pip3 install -r ${SMA_PATH}/setup/requirements.txt
pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
apk del cargo rust
# copy local files
COPY root/ /

@ -86,7 +86,8 @@ RUN \
chmod g+w ${SMA_PATH}/config/sma.log && \
echo "************ install pip dependencies ************" && \
python3 -m pip install --user --upgrade pip && \
pip3 install -r ${SMA_PATH}/setup/requirements.txt
pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
apk del cargo rust
# copy local files
COPY root/ /

Loading…
Cancel
Save