Test arm64 sed

This commit is contained in:
YuCat 2024-05-05 20:46:40 +08:00
parent d4333118f8
commit cd6fbf5d1b
2 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ RUN \
fi \
done && \
dpkg -i /tmp/baidunetdisk.deb && \
echo "**** add test ****" && \
chmod +x /usr/bin/mytest && \
echo "**** cleanup ****" && \
apt-get clean && \

View File

@ -45,7 +45,9 @@ RUN \
fi \
done && \
dpkg -i /tmp/baidunetdisk.deb && \
echo "**** add test ****" && \
chmod +x /usr/bin/mytest && \
sed -i "s/baidunetdisk --no-sandbox/baidunetdisk --no-sandbox --disable-gpu-sandbox/g" root/usr/bin/mytest; \
echo "**** cleanup ****" && \
apt-get clean && \
rm -rf \