FIX: DOK-DL3009, DOK-DL3015

This commit is contained in:
Luke Tainton
2022-04-23 17:21:42 +01:00
parent 177f99d0ef
commit 335953254c

View File

@@ -4,7 +4,9 @@ LABEL org.opencontainers.image.source="https://github.com/luketainton/hesk-docke
COPY --chown=www-data:www-data hesk /srv COPY --chown=www-data:www-data hesk /srv
COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y libc-client-dev libkrb5-dev && \ apt-get install -y libc-client-dev libkrb5-dev --no-install-recommends && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \ docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
docker-php-ext-install mysqli imap && \ docker-php-ext-install mysqli imap && \
a2enmod rewrite a2enmod rewrite