Skip to content

Commit 537118f

Browse files
authored
Merge pull request #431 from stackhpc/upstream/master-2025-06-23
Synchronise master with upstream
2 parents 6224cf4 + bc018d3 commit 537118f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/nova/nova-ssh/Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1010
{{ macros.configure_user(name='nova', shell='/bin/bash') }}
1111

1212
{% set nova_ssh_packages = [
13-
'openssh-server'
13+
'openssh-server',
14+
'rsync'
1415
] %}
1516

1617
{% if base_package_type == 'deb' %}

0 commit comments

Comments
 (0)