Skip to content

Commit 9b9e37a

Browse files
authored
Merge pull request #430 from stackhpc/upstream/2025.1-2025-06-23
Synchronise 2025.1 with upstream
2 parents 8da13b7 + 941ebde commit 9b9e37a

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)