ppp-watch
Point-to-Point Protocol (PPP) - daemon
RUN apt-get update && \
apt-get install -y initscripts
RUN apt-get update && \
apt-get install -y initscripts
RUN apk add ppp
RUN pacman -S --noconfirm ppp
RUN apt-get update && \
apt-get install -y initscripts
RUN yum install -y initscripts
RUN dnf install -y ppp
RUN apt-get update && \
apt-get install -y initscripts