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 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/