您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Dockerfile 457B

12345678910111213
  1. FROM php:7-apache-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. CMD ["gcf-entrypoint", "apache2-foreground"]
  5. RUN pkgs-install libpq-dev libc-client-dev libkrb5-dev
  6. RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl
  7. RUN docker-php-ext-install pdo pdo_pgsql pgsql imap
  8. COPY ./postfixadmin-3.2.2/ /var/www/html/
  9. COPY ./config /etc/salt/base/