mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Add AWS cli to production docker image [SCI-2864]
This commit is contained in:
parent
7cd1c12a4f
commit
86aa7e7d53
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue