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:
josephschorr 2018-03-02 13:38:03 -05:00 committed by GitHub
commit ae4b2d377a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ./