Skip to content

Commit 9d9a067

Browse files
committed
chore: remove tokenizer PHP extension installation from Dockerfile
1 parent fbfb166 commit 9d9a067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ RUN docker-php-ext-install zip
1919
RUN docker-php-ext-install ctype
2020
RUN docker-php-ext-install dom
2121
RUN docker-php-ext-install session
22-
RUN docker-php-ext-install tokenizer
2322
RUN docker-php-ext-install xml
2423

2524
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)