Skip to content
Snippets Groups Projects
Commit 7a2e492e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: install php-curl for deployer

parent 52bf9dbc
No related branches found
No related tags found
No related merge requests found
Pipeline #113312 passed
...@@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y \
firefox-esr \ firefox-esr \
composer \ composer \
php-zip \ php-zip \
php-curl \
rsync \ rsync \
sudo \ sudo \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment