diff --git a/.env.scripts b/.env.scripts index 77cbf30..e4ee4ca 100644 --- a/.env.scripts +++ b/.env.scripts @@ -56,5 +56,5 @@ DEFAULT_DATA_DIR="/usr/local/share/template-files/data" DEFAULT_CONF_DIR="/usr/local/share/template-files/config" DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -ENV_PACKAGES="openrc curl wget git jq docker docker-cli-compose" +ENV_PACKAGES="openrc curl wget git jq docker docker-cli-compose openssh-server openssh " # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Dockerfile b/Dockerfile index 682262a..8b047bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ ARG PHP_VERSION ARG PHP_SERVER ARG SHELL_OPTS -ARG PACK_LIST="openrc curl wget git jq docker docker-cli-compose " +ARG PACK_LIST="openrc curl wget git jq docker docker-cli-compose openssh-server openssh " ENV ENV=~/.profile ENV SHELL="/bin/sh"