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.
12345678910 |
- FROM debian:stretch
-
- ADD https://raw.githubusercontent.com/docker-gcf/docker-gcf/v1.5.0/setup.sh /tmp/docker-utils-setup.sh
- RUN sh /tmp/docker-utils-setup.sh
- ENTRYPOINT ["gcf-entrypoint"]
- CMD ["opendkim", "-f"]
-
- RUN pkgs-install opendkim opendkim-tools openssl libopendbx1-pgsql rsyslog
-
- COPY ./config /etc/salt/base/
|