We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8da13b7 + 941ebde commit 9b9e37aCopy full SHA for 9b9e37a
docker/nova/nova-ssh/Dockerfile.j2
@@ -10,7 +10,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
10
{{ macros.configure_user(name='nova', shell='/bin/bash') }}
11
12
{% set nova_ssh_packages = [
13
- 'openssh-server'
+ 'openssh-server',
14
+ 'rsync'
15
] %}
16
17
{% if base_package_type == 'deb' %}
0 commit comments