Skip to content
Snippets Groups Projects
Commit e3963ef5 authored by ale's avatar ale
Browse files

Do not install bind9

parent 9d97762d
No related branches found
No related tags found
1 merge request!3Build on bookworm
Pipeline #53795 passed
......@@ -12,8 +12,7 @@ BUILD_PACKAGES="
# Packages required to serve the website and run the services.
PACKAGES="
bind9
bind9utils
bind9-utils
curl
git
openssh-client
......@@ -41,9 +40,9 @@ if [ "x$(which install_packages)" = "x" ]; then
}
fi
umask 022
set -x
set -e
umask 022
apt-get -q update
install_packages ${BUILD_PACKAGES} ${PACKAGES}
......@@ -98,6 +97,8 @@ chmod 700 /root/.vagrant.d
chmod 600 /root/.vagrant.d/insecure_private_key
# Remove packages used for installation.
set +x
set +e
apt-get remove -y --purge ${BUILD_PACKAGES}
apt-get autoremove -y
apt-get clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment