Update to RC 1.4.8 and PHP 7.4
This commit is contained in:
parent
ed0d1e312e
commit
158ee000d5
@ -1,4 +1,4 @@
|
|||||||
FROM php:7.1-apache
|
FROM php:7.4-apache
|
||||||
LABEL maintainer="Torben Nehmer <torben@nehmer.net>"
|
LABEL maintainer="Torben Nehmer <torben@nehmer.net>"
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@ -20,7 +20,7 @@ RUN set -ex; \
|
|||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||||
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr --with-jpeg-dir=/usr; \
|
docker-php-ext-configure gd ; \
|
||||||
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
|
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
|
||||||
docker-php-ext-install \
|
docker-php-ext-install \
|
||||||
exif \
|
exif \
|
||||||
@ -57,7 +57,7 @@ RUN set -ex; \
|
|||||||
VOLUME /var/roundcube/config
|
VOLUME /var/roundcube/config
|
||||||
|
|
||||||
# Define Roundcubemail version
|
# Define Roundcubemail version
|
||||||
ENV ROUNDCUBEMAIL_VERSION 1.4.7
|
ENV ROUNDCUBEMAIL_VERSION 1.4.8
|
||||||
|
|
||||||
# Set the entry point
|
# Set the entry point
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
docker pull php:7.4-apache
|
||||||
docker build --force-rm --no-cache -t nathan/roundcube -f Dockerfile build
|
docker build --force-rm --no-cache -t nathan/roundcube -f Dockerfile build
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
# Configuration options you usually edit go here
|
# Configuration options you usually edit go here
|
||||||
ROUNDCUBEMAIL_VERSION=1.4.7
|
ROUNDCUBEMAIL_VERSION=1.4.8
|
||||||
CHECK_GPG=false
|
CHECK_GPG=false
|
||||||
CLEAN_INTERMEDIATES=false
|
CLEAN_INTERMEDIATES=false
|
||||||
CONTAINER_VOLUME_CONFIG=/var/roundcube/config
|
CONTAINER_VOLUME_CONFIG=/var/roundcube/config
|
||||||
|
Loading…
Reference in New Issue
Block a user