Install tar and xz packages in DEBUG mode
This commit is contained in:
parent
a0dc16535d
commit
31f7c408d4
2
basic.sh
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user