commit | a30bc18bae1dc256e037d2da6fc6d5bbb61271c8 | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Tue Jan 07 01:39:57 2025 -0500 |
committer | GitHub <noreply@github.com> | Tue Jan 07 06:39:57 2025 +0000 |
tree | d0081800792997530630d105984cfd84f8f5ea94 | |
parent | fc1b5cfe7045273ca63984cf43805f804812df86 [diff] |
[stable/2024.1] [ATMOSPHERE-619] Add iproute2 in nova-ssh image (#2271) This is an automated cherry-pick of #2265 /assign mnaser
diff --git a/images/nova-ssh/Dockerfile b/images/nova-ssh/Dockerfile index 0dd3b05..db9a81b 100644 --- a/images/nova-ssh/Dockerfile +++ b/images/nova-ssh/Dockerfile
@@ -7,6 +7,7 @@ RUN <<EOF bash -xe apt-get update -qq apt-get install -qq -y --no-install-recommends \ + iproute2 \ openssh-server \ openssh-client EOF