-w /data \
--entrypoint /system/bin/sh \
termux/termux-docker:latest \
- -c "export PATH=/data/data/com.termux/files/usr/bin:$PATH; \
- pkg update && pkg install -y git make \
- && make install
- && make check/install
+ -c "export PATH=/data/data/com.termux/files/usr/bin:$PATH; \\
+ pkg update && pkg install -y git make \\
+ && make install \\
+ && make check/install \\
&& git-remote-gcrypt --version"
git config user.name "Test User"
git commit -m "Inject unencrypted garbage"
git push origin master
+HEAD_SHA=$(git rev-parse HEAD)
+echo "Backend SHA before clean: $HEAD_SHA"
# Verify garbage exists
cd "$REPO_DIR"