From 97202cfdfef6486ec6ad26ca4daefa68b016836f Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 17 Sep 2024 13:23:46 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile .env.scripts --- .env.scripts | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"