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.

Dockerfile 588B

1234567891011121314
  1. FROM debian:stretch
  2. ADD https://raw.githubusercontent.com/docker-gcf/docker-gcf/v1.5.0/setup.sh /tmp/docker-utils-setup.sh
  3. RUN sh /tmp/docker-utils-setup.sh
  4. ENTRYPOINT ["gcf-entrypoint"]
  5. CMD ["dovecot", "-F"]
  6. ENV DOVECOT_VERSION=1:2.2.*
  7. RUN groupadd -r email --gid=7788 && useradd -r -g email --uid=7788 email &&\
  8. pkgs-install dovecot-imapd=${DOVECOT_VERSION} dovecot-sieve=${DOVECOT_VERSION} dovecot-managesieved=${DOVECOT_VERSION} \
  9. dovecot-pgsql=${DOVECOT_VERSION} dovecot-ldap=${DOVECOT_VERSION} dovecot-lmtpd=${DOVECOT_VERSION}
  10. COPY ./config /etc/salt/base/