From 7a2e492e52aa8cb96458963a323cb0ec96d931dd Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 12 May 2022 14:10:16 +0200 Subject: [PATCH] CI: install php-curl for deployer --- .gitlab-ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 70428e53..cb20eed7 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y \ firefox-esr \ composer \ php-zip \ + php-curl \ rsync \ sudo \ && rm -rf /var/lib/apt/lists/* -- GitLab