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:
parent
d2069a4bba
commit
c2099c3578
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