From 4cd67f0bee785776af816a201ed20d05abb53d19 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 4 Oct 2016 16:22:58 +0800 Subject: [PATCH] Updated Install preparations (markdown) --- Install-preparations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Install-preparations.md b/Install-preparations.md index 37e023c..2fd27bd 100644 --- a/Install-preparations.md +++ b/Install-preparations.md @@ -26,3 +26,8 @@ Or install `nc` yum -q -y install nc ``` +# 3. alpine + +``` +apk --no-cache add -f openssl curl netcat-openbsd +```