We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c16f68 commit a36ce26Copy full SHA for a36ce26
Dockerfile
@@ -20,7 +20,7 @@ ENV APP_ENV=prod
20
WORKDIR /srv/app
21
22
# 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/
+COPY --from=mlocati/php-extension-installer --link /usr/bin/install-php-extensions /usr/local/bin/
24
25
# persistent / runtime deps
26
RUN apk add --no-cache \
0 commit comments