diff --git a/Dockerfile b/Dockerfile index adf34c8..8d92355 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 92010de..926b1c2 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -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 \