commit | efbef3996e4b86e191697587a13cd79560fa6673 | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Tue Jan 07 01:40:09 2025 -0500 |
committer | GitHub <noreply@github.com> | Tue Jan 07 06:40:09 2025 +0000 |
tree | 7ad50f49177790d4501f8e279c33a964ecd4df02 | |
parent | cbdfea0bec8af9b1900f2b7afe9ad605e5fd58d4 [diff] |
[stable/2023.2] [ATMOSPHERE-619] Add iproute2 in nova-ssh image (#2272) This is an automated cherry-pick of #2265 /assign mnaser
diff --git a/images/nova-ssh/Dockerfile b/images/nova-ssh/Dockerfile index f79653b..826613d 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