From 92716031f0a2977642bf5f42b7d59784a7ac2db9 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 21 Nov 2023 21:50:26 +0800 Subject: docker(debian-dev): now cross-compile with sbuild should work. --- docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash (limited to 'docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash') diff --git a/docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash b/docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash new file mode 100644 index 0000000..f230cb1 --- /dev/null +++ b/docker/debian-dev/bootstrap/bash-profile/auto-start-apt-cacher.bash @@ -0,0 +1,2 @@ +echo "Start apt-cacher-ng if it does not start..." +pgrep apt-cacher-ng || apt-cacher-ng -- cgit v1.2.3