Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
image/base/docker-entrypoint: Add SSHD rundir
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <thetredev@gmail.com>
  • Loading branch information
thetredev committed Jun 11, 2023
1 parent b194a7b commit d2ff181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions image/base/usr/bin/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ _prepare_ssh_server() {
_prepare_ssh_host_key "ecdsa"
_prepare_ssh_host_key "ed25519"

# Add SSHD rundir
mkdir -p /run/sshd

# Add container environment as system environment variables to make them available in SSH sessions
env | grep STEAMCMD_ > /etc/environment

Expand Down

0 comments on commit d2ff181

Please sign in to comment.