Skip to content

Commit 2ea7fe7

Browse files
committed
feat: install php-dev for all PHP versions
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent de75b9b commit 2ea7fe7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ RUN apt update \
2323
yamllint \
2424
zip \
2525
msodbcsql17 \
26-
php5.6-cli \
2726
php5.6-bz2 \
27+
php5.6-cli \
2828
php5.6-curl \
29+
php5.6-dev \
2930
php5.6-fileinfo \
3031
php5.6-intl \
3132
php5.6-json \
@@ -39,6 +40,7 @@ RUN apt update \
3940
php7.0-cli \
4041
php7.0-bz2 \
4142
php7.0-curl \
43+
php7.0-dev \
4244
php7.0-fileinfo \
4345
php7.0-intl \
4446
php7.0-json \
@@ -52,6 +54,7 @@ RUN apt update \
5254
php7.1-cli \
5355
php7.1-bz2 \
5456
php7.1-curl \
57+
php7.1-dev \
5558
php7.1-fileinfo \
5659
php7.1-intl \
5760
php7.1-json \
@@ -65,6 +68,7 @@ RUN apt update \
6568
php7.2-cli \
6669
php7.2-bz2 \
6770
php7.2-curl \
71+
php7.2-dev \
6872
php7.2-fileinfo \
6973
php7.2-intl \
7074
php7.2-json \
@@ -78,6 +82,7 @@ RUN apt update \
7882
php7.3-cli \
7983
php7.3-bz2 \
8084
php7.3-curl \
85+
php7.3-dev \
8186
php7.3-fileinfo \
8287
php7.3-intl \
8388
php7.3-json \
@@ -91,6 +96,7 @@ RUN apt update \
9196
php7.4-cli \
9297
php7.4-bz2 \
9398
php7.4-curl \
99+
php7.4-dev \
94100
php7.4-fileinfo \
95101
php7.4-intl \
96102
php7.4-json \
@@ -104,6 +110,7 @@ RUN apt update \
104110
php8.0-cli \
105111
php8.0-bz2 \
106112
php8.0-curl \
113+
php8.0-dev \
107114
php8.0-fileinfo \
108115
php8.0-intl \
109116
php8.0-mbstring \

0 commit comments

Comments
 (0)