diff --git a/Dockerfile b/Dockerfile
index 0710aca2dfedd9db486fc15b3f047033f3b3dc89..84e58a243fb76034e8802bfe5662a76be2ae1774 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 && \