mirror of
https://github.com/casjaysdevdocker/coolify
synced 2025-01-18 00:34:22 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile .env.scripts
This commit is contained in:
parent
979971a261
commit
97202cfdfe
@ -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 "
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user