Skip to content

Commit a36ce26

Browse files
dunglasmaxhelias
andcommitted
Update Dockerfile
Co-authored-by: Maxime Helias <[email protected]>
1 parent 4c16f68 commit a36ce26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV APP_ENV=prod
2020
WORKDIR /srv/app
2121

2222
# php extensions installer: https://github.com/mlocati/docker-php-extension-installer
23-
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
23+
COPY --from=mlocati/php-extension-installer --link /usr/bin/install-php-extensions /usr/local/bin/
2424

2525
# persistent / runtime deps
2626
RUN apk add --no-cache \

0 commit comments

Comments
 (0)