From 33747ab068d143ab62763d55d2b5a862e12db0cd Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Thu, 10 Aug 2023 13:19:01 -0400 Subject: [PATCH] fix(superchain): add openssh-client back --- superchain/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/superchain/Dockerfile b/superchain/Dockerfile index dd68572e85..c157ccf7ab 100644 --- a/superchain/Dockerfile +++ b/superchain/Dockerfile @@ -136,6 +136,7 @@ RUN apt-get update libffi-dev \ libicu-dev \ libssl-dev \ + openssh-client \ openssl \ rsync \ sudo \