diff --git a/basic.sh b/basic.sh index 6bb2ddd..fbbbca1 100755 --- a/basic.sh +++ b/basic.sh @@ -3,7 +3,7 @@ SOURCE_DIR=$(realpath $(dirname "${0}"))/basic # Install packages -apk --no-cache add --virtual .useful git file htop libressl openssh-server openssh-sftp-server +apk --no-cache add --virtual .useful curl git file htop libressl openssh-server openssh-sftp-server apk --no-cache add docker gettext kbd-misc python2 nginx # Copy profile files and settings