|
@ -16,7 +16,7 @@ FROM docker.0k.io/apache:carif |
|
|
# rm -rf /var/lib/apt/lists/* |
|
|
# rm -rf /var/lib/apt/lists/* |
|
|
# RUN docker-php-ext-install pgsql pdo_pgsql |
|
|
# RUN docker-php-ext-install pgsql pdo_pgsql |
|
|
|
|
|
|
|
|
RUN a2enmod headers proxy_http rewrite ssl |
|
|
|
|
|
|
|
|
RUN a2enmod headers proxy_http rewrite ssl proxy_wstunnel |
|
|
|
|
|
|
|
|
## Can remove this when SSL certificate are all valid ones |
|
|
## Can remove this when SSL certificate are all valid ones |
|
|
RUN apt-get update && apt-get install -y --force-yes ssl-cert |
|
|
RUN apt-get update && apt-get install -y --force-yes ssl-cert |
|
|