You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- 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"]
|