[PHP-FPM] Update libs, add gnupg
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
FROM php:7.3-fpm-alpine3.10
|
||||
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
|
||||
|
||||
ENV APCU_PECL 5.1.17
|
||||
ENV APCU_PECL 5.1.18
|
||||
ENV IMAGICK_PECL 3.4.4
|
||||
#ENV MAILPARSE_PECL 3.0.2
|
||||
ENV MEMCACHED_PECL 3.1.4
|
||||
ENV REDIS_PECL 5.0.2
|
||||
ENV MEMCACHED_PECL 3.1.5
|
||||
ENV REDIS_PECL 5.1.1
|
||||
|
||||
RUN apk add -U --no-cache autoconf \
|
||||
bash \
|
||||
@@ -16,6 +16,7 @@ RUN apk add -U --no-cache autoconf \
|
||||
g++ \
|
||||
git \
|
||||
gettext-dev \
|
||||
gnupg \
|
||||
icu-dev \
|
||||
icu-libs \
|
||||
imagemagick \
|
||||
|
Reference in New Issue
Block a user