local
Declare local variables and give them attributes. More information: <https://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins>.
RUN apt-get update && \
apt-get install -y postfix
RUN apt-get update && \
apt-get install -y postfix
RUN apk add postfix
RUN pacman -S --noconfirm postfix
RUN apt-get update && \
apt-get install -y postfix
RUN yum install -y postfix
RUN dnf install -y postfix
RUN apt-get update && \
apt-get install -y postfix