Switch Quay to using an in-container memcached for data model caching
This commit is contained in:
parent
5cecc54bd5
commit
ab0172d2fd
14 changed files with 246 additions and 65 deletions
|
@ -44,6 +44,7 @@ RUN apt-get update && apt-get upgrade -y \
|
|||
libpq5 \
|
||||
libsasl2-dev \
|
||||
libsasl2-modules \
|
||||
memcached \
|
||||
monit \
|
||||
nginx \
|
||||
nodejs \
|
||||
|
@ -54,7 +55,7 @@ RUN apt-get update && apt-get upgrade -y \
|
|||
python-pip \
|
||||
python-virtualenv \
|
||||
yarn=0.22.0-1 \
|
||||
w3m # 13DEC2017
|
||||
w3m # 19DEC2017
|
||||
|
||||
# Install cfssl
|
||||
RUN mkdir /gocode
|
||||
|
|
Reference in a new issue