Add missing update on temp memcached install

This commit is contained in:
Joseph Schorr 2018-03-02 13:42:28 -05:00
parent ae4b2d377a
commit 22fa44cf1a

View file

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