mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[Ubuntu] Disable man-db auto update (#13268)
This commit is contained in:
@@ -78,3 +78,7 @@ fi
|
|||||||
if is_ubuntu22; then
|
if is_ubuntu22; then
|
||||||
sed -i 's/openssl_conf = openssl_init/#openssl_conf = openssl_init/g' /etc/ssl/openssl.cnf
|
sed -i 's/openssl_conf = openssl_init/#openssl_conf = openssl_init/g' /etc/ssl/openssl.cnf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Disable man-db auto update
|
||||||
|
echo "set man-db/auto-update false" | debconf-communicate
|
||||||
|
dpkg-reconfigure man-db
|
||||||
|
|||||||
Reference in New Issue
Block a user