commit | a2b34ceec931db5e5b46593be6d0b471bfceb781 | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Wed Jan 08 21:17:31 2025 -0500 |
committer | GitHub <noreply@github.com> | Thu Jan 09 02:17:31 2025 +0000 |
tree | ff7e4807399b2d8cee3920d7248b0dd89018ae6f | |
parent | 080699e1d2aa74f5811a4b2c8e2931e54f21c916 [diff] |
[ATMOSPHERE-620] [stable/2023.1] Add iproute2 in nova-ssh image (#2273) This is an automated cherry-pick of #2265 /assign mnaser
diff --git a/images/nova-ssh/Dockerfile b/images/nova-ssh/Dockerfile index c3976d7..6566b90 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