apt-add-repository

Manages apt repository definitions. More information: <https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y software-properties-common
Ubuntu
RUN apt-get update && \ apt-get install -y software-properties-common
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y software-properties-common
Raspbian
RUN apt-get update && \ apt-get install -y software-properties-common
click the source code to copy install apt-add-repository on any operating system with command-not-found.com