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

Add php-zip to the CI docker image, composer complains otherwise

parent f334fe52
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \
chromium-browser \ chromium-browser \
firefox \ firefox \
composer \ composer \
php-zip \
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