Browse Source

Dockerfile-test: install "netcat"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
f6c9f767e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile-test

+ 1 - 1
Dockerfile-test

@@ -5,7 +5,7 @@ RUN dnf check-update || true \
   git curl wget mercurial meld gcc gcc-c++ which \
   gcc automake autoconf dh-autoreconf libtool libtool-ltdl \
   tar unzip gzip \
-  aspell-devel aspell-en hunspell hunspell-devel hunspell-en hunspell-en-US ShellCheck || true \
+  aspell-devel aspell-en hunspell hunspell-devel hunspell-en hunspell-en-US ShellCheck nc || true \
   && dnf check-update || true \
   && dnf upgrade --assumeyes || true \
   && dnf autoremove --assumeyes || true \