From f740463e249a7ff39ab5f4268648283db1e7dfad Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Sun, 21 Jul 2024 11:41:54 +0000 Subject: [PATCH] Update images/actions/php-8.2/Dockerfile --- images/actions/php-8.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index 3766307..fcd2f63 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -16,7 +16,7 @@ RUN pecl install xdebug RUN docker-php-ext-enable xdebug -RUN apk add --no-cache curl patch openssh-client openldap-dev +RUN apk add --no-cache curl patch openssh-client openldap-dev gpg-agent RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN adduser -D runner \