From 354c98bbf067a11140d52b436c60f033a4977299 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 7 Sep 2018 16:03:14 +0200 Subject: [PATCH] typo --- basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic.sh b/basic.sh index bfa8427..0133192 100755 --- a/basic.sh +++ b/basic.sh @@ -4,7 +4,7 @@ set -e SOURCE_DIR=$(realpath $(dirname "${0}"))/basic # Install packages -apk --no-cache add curl bridge e2fsprogs-extra gettext iptables kbd-misc libacap libressl libseccomp python3 py3-bcrypt py3-cffi py3-dnspython py3-jinja2 py3-requests py3-six py3-werkzeug nginx util-linux +apk --no-cache add curl bridge e2fsprogs-extra gettext iptables kbd-misc libcap libressl libseccomp python3 py3-bcrypt py3-cffi py3-dnspython py3-jinja2 py3-requests py3-six py3-werkzeug nginx util-linux if [ ${DEBUG:-0} -eq 1 ]; then # Install some utilities for DEBUG mode apk --no-cache add git file htop less openssh-server openssh-sftp-server