Skip to content

Commit 4793965

Browse files
committed
fix(Dockerfile): move ARG PHP_EXTENSIONS into the right stage
1 parent aeff473 commit 4793965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ARG PHP_VERSION
2-
ARG PHP_EXTENSIONS
32

43
FROM mlocati/php-extension-installer:2 as extension-installer
54
FROM php:${PHP_VERSION}-fpm as base
65
FROM base
6+
ARG PHP_EXTENSIONS
77

88
WORKDIR /usr/local/etc/php
99
COPY --link symfony.ini ./conf.d/

0 commit comments

Comments
 (0)