diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 8f9e4ad2f..5ffe2ee4d 100644 --- a/images/php-fpm/8.0.Dockerfile +++ b/images/php-fpm/8.0.Dockerfile @@ -106,6 +106,10 @@ RUN apk add --no-cache --virtual .devdeps \ tidyhtml \ yaml +RUN apk update \ + && apk add --no-cache \ + curl=~8.4 \ + libcurl=~8.4 # New Relic PHP Agent. # @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/ diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index 82fb84b74..d015ffb69 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -106,6 +106,11 @@ RUN apk add --no-cache --virtual .devdeps \ tidyhtml \ yaml +RUN apk update \ + && apk add --no-cache \ + curl=~8.4 \ + libcurl=~8.4 + # New Relic PHP Agent. # @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/ # @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index 5cde08f8c..4f30a7950 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -106,6 +106,11 @@ RUN apk add --no-cache --virtual .devdeps \ tidyhtml \ yaml +RUN apk update \ + && apk add --no-cache \ + curl=~8.4 \ + libcurl=~8.4 + # New Relic PHP Agent. # @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/ # @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements