Merge pull request #3020 from coreos-inc/temp-add-memcached-to-dockerfile
Add memcached install temporarily to the top-level Dockerfile
This commit is contained in:
commit
ae4b2d377a
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ FROM quay.io/quay/quay-base:latest
|
|||
|
||||
RUN adduser memcached --disabled-login --system
|
||||
|
||||
# TEMP FIX
|
||||
RUN apt-get install -y memcached
|
||||
|
||||
WORKDIR $QUAYDIR
|
||||
|
||||
COPY requirements.txt requirements-tests.txt ./
|
||||
|
|
Reference in a new issue