also install rethinkdb and aws-sdk

This commit is contained in:
emil-lengman 2020-08-22 21:06:02 +02:00
parent 5c9311fb85
commit 9f41993566
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ COPY --chown=node:node . .
RUN npm install && \
npm install redis@0.8.1 && \
npm install pg@4.1.1 && \
npm install memcached@2.2.2
npm install memcached@2.2.2 && \
npm install aws-sdk@2.738.0 && \
npm install rethinkdbdash@2.3.31
ENV STORAGE_TYPE=memcached \
STORAGE_HOST=127.0.0.1 \