Add memcached install temporarily to the top-level Dockerfile

The quay-base Dockerfile is broken (great...), and so we cannot update it with the memcached dependency
This commit is contained in:
Joseph Schorr 2018-03-02 13:35:57 -05:00
parent d2069a4bba
commit c2099c3578

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