removed duplicate ARG PHP_EXTENSIONS

This commit is contained in:
Diego Lendoiro 2018-10-15 09:00:03 +02:00
parent 5821dc99f1
commit 5359ec4ced
1 changed files with 1 additions and 7 deletions

View File

@ -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 \