Skip to content

Commit a2c688a

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add rsync package to the nova-ssh container" into stable/2024.1
2 parents 48f076b + fd4a0e9 commit a2c688a

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)