From 86aa7e7d53f058388afce6b1fca74abe2461032b Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Tue, 11 Dec 2018 16:26:24 +0100 Subject: [PATCH] Add AWS cli to production docker image [SCI-2864] --- Dockerfile.production | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.production b/Dockerfile.production index f95743e4b..9bdbb4fea 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -6,6 +6,8 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \ apt-get update -qq && \ apt-get install -y \ nodejs \ + groff-base \ + awscli \ postgresql-client \ netcat \ default-jre-headless \