diff --git a/basic.sh b/basic.sh index 163c587..89910e6 100755 --- a/basic.sh +++ b/basic.sh @@ -7,7 +7,7 @@ SOURCE_DIR=$(realpath $(dirname "${0}"))/basic apk --no-cache add ca-certificates curl bridge e2fsprogs-extra gettext iptables kbd-misc libcap libressl libseccomp postfix 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 + apk --no-cache add git file htop less openssh-server openssh-sftp-server tar xz fi # Copy root profile files and settings for DEBUG mode