also install rethinkdb and aws-sdk
This commit is contained in:
parent
5c9311fb85
commit
9f41993566
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user