Skip to content
Snippets Groups Projects
Commit 9861d9d4 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add php7-tokenizer

parent ad200281
No related branches found
No related tags found
No related merge requests found
Pipeline #5623 passed
......@@ -19,7 +19,7 @@ RUN apk update && \
\
apk add --no-cache bash python nodejs git unzip \
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype && \
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-tokenizer && \
ln -s /usr/bin/php7 /usr/local/bin/php &&\
\
wget -q https://github.com/docker/compose/releases/download/${compose_version}/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose && \
......
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