mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-09-21 08:48:10 +00:00
Fix sshd service missing on resolute
This commit is contained in:
committed by
Jeshua Ben Joseph
parent
86cf8202b5
commit
4fd2dee826
@@ -7,8 +7,8 @@ SSHD_BUILD_PATH=/bd_build/services/sshd
|
|||||||
|
|
||||||
## Install the SSH server.
|
## Install the SSH server.
|
||||||
$minimal_apt_get_install openssh-server
|
$minimal_apt_get_install openssh-server
|
||||||
mkdir /var/run/sshd
|
mkdir -p /var/run/sshd
|
||||||
mkdir /etc/service/sshd
|
mkdir -p /etc/service/sshd
|
||||||
touch /etc/service/sshd/down
|
touch /etc/service/sshd/down
|
||||||
cp $SSHD_BUILD_PATH/sshd.runit /etc/service/sshd/run
|
cp $SSHD_BUILD_PATH/sshd.runit /etc/service/sshd/run
|
||||||
cp $SSHD_BUILD_PATH/sshd_config /etc/ssh/sshd_config
|
cp $SSHD_BUILD_PATH/sshd_config /etc/ssh/sshd_config
|
||||||
|
|||||||
Reference in New Issue
Block a user