mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Dockerfile-test: install "netcat"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
906a40bced
commit
f6c9f767e5
@ -5,7 +5,7 @@ RUN dnf check-update || true \
|
|||||||
git curl wget mercurial meld gcc gcc-c++ which \
|
git curl wget mercurial meld gcc gcc-c++ which \
|
||||||
gcc automake autoconf dh-autoreconf libtool libtool-ltdl \
|
gcc automake autoconf dh-autoreconf libtool libtool-ltdl \
|
||||||
tar unzip gzip \
|
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 check-update || true \
|
||||||
&& dnf upgrade --assumeyes || true \
|
&& dnf upgrade --assumeyes || true \
|
||||||
&& dnf autoremove --assumeyes || true \
|
&& dnf autoremove --assumeyes || true \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user