dpkg
Debian package manager. Some subcommands such as dpkg deb have their own usage documentation. For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>. More information: <https://manpages.debian.org/latest/dpkg/dpkg.html>.
RUN apt-get update && \
apt-get install -y dpkg
RUN apt-get update && \
apt-get install -y dpkg
RUN apk add dpkg
RUN apt-get update && \
apt-get install -y dpkg
RUN dnf install -y dpkg
RUN apt-get update && \
apt-get install -y dpkg