Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active December 10, 2021 09:55
Show Gist options
  • Save zoonderkins/bd3195ecce3325c8ecd7bd1d0f53307c to your computer and use it in GitHub Desktop.
Save zoonderkins/bd3195ecce3325c8ecd7bd1d0f53307c to your computer and use it in GitHub Desktop.
Docker-debian-error-collection

Install

apt install -y screen dirmngr knot-dnsutils lsof dnsutils sudo nano htop nload wget curl zip unzip iproute2 net-tools iputils-ping systemd procps apt-utils debconf-utils dialog apt-transport-https ca-certificates gnupg lsb-release nload tcpdump mtr build-essential

ip & ifconfig command not found

apt install iproute2 net-tools

Ping command not found

apt install iputils-ping

systemctl & sysctl not found

apt install systemd
apt-get install procps

resolvconf Error

dpkg: error processing package resolvconf (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 resolvconf

echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
echo "resolvconf resolvconf/linkify-resolvconf boolean false" | debconf-set-selections
apt install -y -q 
apt update
apt install -y apt-utils debconf-utils dialog
chmod 777 /var/cache/debconf/passwords.dat
chmod 777 /var/cache/debconf/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment