diff --git a/Dockerfile b/Dockerfile index 10d8b2e67..fc519f524 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apk upgrade --no-cache && \ apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ pecl install imagick && \ docker-php-ext-enable imagick && \ + apk add --no-cache gettext && \ apk del .build-deps # Copy your PHP application files into the container