pppd
Establish Point-to-Point connection to another computer. It should not be invoked manually. More information: <https://ppp.samba.org/pppd.html>.
RUN apt-get update && \
apt-get install -y ppp
RUN apt-get update && \
apt-get install -y ppp
RUN apk add ppp
RUN pacman -S --noconfirm ppp
RUN apt-get update && \
apt-get install -y ppp
RUN yum install -y ppp
RUN dnf install -y ppp
RUN apt-get update && \
apt-get install -y ppp