🗃️ Committing everything that changed 🗃️

Dockerfile
.env.scripts
This commit is contained in:
casjay
2024-09-17 13:23:46 -04:00
parent 979971a261
commit 97202cfdfe
2 changed files with 2 additions and 2 deletions

View File

@@ -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 "
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -