File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ RUN apt-get install \
2424 openssh-client \
2525 rsync \
2626 yarn \
27- sockets \
2827 -yqq
2928
3029RUN 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
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ RUN apt-get install \
2424 openssh-client \
2525 rsync \
2626 yarn \
27- sockets \
2827 -yqq
2928
3029RUN 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
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ RUN apt-get install \
2424 openssh-client \
2525 rsync \
2626 yarn \
27- sockets \
2827 -yqq
2928
3029RUN 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
You can’t perform that action at this time.
0 commit comments