mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Added net-tools
This commit is contained in:
@@ -287,6 +287,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -707,6 +713,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -860,6 +867,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
Reference in New Issue
Block a user