Add less to useful basic tools
This commit is contained in:
parent
2eb4a9fa3f
commit
377d135667
2
basic.sh
2
basic.sh
@ -4,7 +4,7 @@ set -e
|
|||||||
SOURCE_DIR=$(realpath $(dirname "${0}"))/basic
|
SOURCE_DIR=$(realpath $(dirname "${0}"))/basic
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
apk --no-cache add --virtual .useful git file htop openssh-server openssh-sftp-server
|
apk --no-cache add --virtual .useful git file htop less openssh-server openssh-sftp-server
|
||||||
apk --no-cache add curl docker gettext kbd-misc libressl python3 py3-bcrypt py3-cffi py3-dnspython py3-jinja2 py3-requests py3-six py3-werkzeug nginx
|
apk --no-cache add curl docker gettext kbd-misc libressl python3 py3-bcrypt py3-cffi py3-dnspython py3-jinja2 py3-requests py3-six py3-werkzeug nginx
|
||||||
|
|
||||||
# Copy profile files and settings
|
# Copy profile files and settings
|
||||||
|
Loading…
Reference in New Issue
Block a user