dpkg
Debian package manager. Some subcommands such as dpkg deb have their own usage documentation. 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