Skip to content

Commit f58bcd9

Browse files
authored
Merge pull request #449 from stackhpc/upstream/2024.1-2025-07-24
Synchronise 2024.1 with upstream
2 parents d5dd04a + a2c688a commit f58bcd9

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)