removed duplicate ARG PHP_EXTENSIONS
This commit is contained in:
parent
5821dc99f1
commit
5359ec4ced
|
|
@ -2,15 +2,9 @@ FROM php:7-fpm
|
|||
|
||||
LABEL maintainer="diego@passbolt.com"
|
||||
|
||||
ARG PASSBOLT_VERSION="2.3.0"
|
||||
ARG PASSBOLT_VERSION="2.4"
|
||||
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
|
||||
|
||||
ARG PHP_EXTENSIONS="gd \
|
||||
intl \
|
||||
pdo_mysql \
|
||||
xsl"
|
||||
|
||||
|
||||
ARG PHP_EXTENSIONS="gd \
|
||||
intl \
|
||||
pdo_mysql \
|
||||
|
|
|
|||
Loading…
Reference in New Issue