Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 6caecaf

Browse files
committed
Added netcat to php image
1 parent c35acc0 commit 6caecaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/php/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ FROM php:${version}-cli
66
RUN apt-get update -y && apt-get install -y \
77
unzip \
88
zlib1g-dev \
9-
git
9+
git \
10+
netcat
1011

1112
# Install php extensions
1213
RUN docker-php-ext-install \

0 commit comments

Comments
 (0)