Skip to content

Commit 06b4363

Browse files
committed
Removed ext-sockets from apt-get install and added it to docker-php-ext-install
1 parent c237343 commit 06b4363

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php/8.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN apt-get install \
2424
openssh-client \
2525
rsync \
2626
yarn \
27-
sockets \
2827
-yqq
2928

3029
RUN chmod +x /usr/local/bin/install-php-extensions && \
@@ -48,6 +47,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
4847
pgsql \
4948
redis-stable \
5049
soap \
50+
sockets \
5151
xsl \
5252
zip
5353

php/8.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN apt-get install \
2424
openssh-client \
2525
rsync \
2626
yarn \
27-
sockets \
2827
-yqq
2928

3029
RUN chmod +x /usr/local/bin/install-php-extensions && \
@@ -48,6 +47,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
4847
pgsql \
4948
redis-stable \
5049
soap \
50+
sockets \
5151
xdebug \
5252
xsl \
5353
zip

php/8.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN apt-get install \
2424
openssh-client \
2525
rsync \
2626
yarn \
27-
sockets \
2827
-yqq
2928

3029
RUN chmod +x /usr/local/bin/install-php-extensions && \
@@ -47,6 +46,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
4746
pgsql \
4847
redis-stable \
4948
soap \
49+
sockets \
5050
xdebug \
5151
xsl \
5252
zip

0 commit comments

Comments
 (0)