4
This commit is contained in:
parent
57710452b1
commit
90bd249363
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ install-docker:
|
||||
|
||||
install-gns3-deps:
|
||||
apt update
|
||||
apt install -y build-essential jq
|
||||
apt install -y build-essential jq rsync net-tools lsb-release
|
||||
apt install -y bridge-utils cpu-checker libvirt-clients libvirt-daemon qemu-system qemu-kvm bridge-utils libvirt-daemon-system
|
||||
apt install -y python-dev-is-python3 libelf-dev libpcap-dev python3-pyqt5 xterm cmake
|
||||
apt install -y python3-pyqt5.QtSvg python3-pyqt5.qtwebsockets
|
||||
|
@ -11,14 +11,10 @@ apt install -y \
|
||||
|
||||
DOCKER_COMPOSE_VERSION=$( curl -s 'https://api.github.com/repos/docker/compose/releases' |jq -r .[0].tag_name)
|
||||
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
|
||||
mkdir -p /usr/local/share/keyrings
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor | dd of=/usr/local/share/keyrings/docker.gpg
|
||||
|
||||
true | apt-key fingerprint 0EBFCD88
|
||||
|
||||
true | add-apt-repository \
|
||||
"deb [arch=amd64] https://download.docker.com/linux/debian \
|
||||
$(lsb_release -cs) \
|
||||
stable"
|
||||
echo "deb [signed-by=/usr/local/share/keyrings/docker.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docekr.list
|
||||
|
||||
apt update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user