Commit b948b44
committed
fix: ensure openssh-server is installed and starts
`install_and_run_sshd` previously failed as the base Airflow images do
not include the default ubuntu package repositories. As such, the
openssh-server package could not be found.
Additionally, the ssh_host_keys generated by sshd are owned by root.
This causes permission related failures since the container runs as user
airflow.1 parent b3466dc commit b948b44
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
110 | 116 | | |
111 | 117 | | |
112 | 118 | | |
| |||
0 commit comments