FROM debian:stretch ADD https://raw.githubusercontent.com/robin-thoni/docker-utils/v1.3.0/setup.sh /tmp/docker-utils-setup.sh RUN sh /tmp/docker-utils-setup.sh ENTRYPOINT ["gcf-entrypoint"] RUN pkgs-install\ tftpd-hpa\ xinetd COPY ./config /etc/salt/base/ CMD ["xinetd", "-dontfork"]