Add missing update on temp memcached install
This commit is contained in:
parent
ae4b2d377a
commit
22fa44cf1a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM quay.io/quay/quay-base:latest
|
|||
RUN adduser memcached --disabled-login --system
|
||||
|
||||
# TEMP FIX
|
||||
RUN apt-get install -y memcached
|
||||
RUN apt-get update && apt-get install -y memcached
|
||||
|
||||
WORKDIR $QUAYDIR
|
||||
|
||||
|
|
Reference in a new issue