apt
Package management utility for Debian based distributions. Recommended replacement for apt-get when used interactively in Ubuntu versions 16.04 and later. For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>. More information: <https://manpages.debian.org/latest/apt/apt.8.html>.
RUN apt-get update && \
apt-get install -y apt
RUN apt-get update && \
apt-get install -y apt
RUN pacman -S --noconfirm apt
RUN apt-get update && \
apt-get install -y apt
RUN yum install -y apt
RUN dnf install -y apt
RUN apt-get update && \
apt-get install -y apt