Add AWS cli to production docker image [SCI-2864]

This commit is contained in:
Oleksii Kriuchykhin 2018-12-11 16:26:24 +01:00
parent 7cd1c12a4f
commit 86aa7e7d53

View file

@ -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 \