Merge pull request #3021 from coreos-inc/temp-fix

Add missing update on temp memcached install
This commit is contained in:
josephschorr 2018-03-02 13:44:58 -05:00 committed by GitHub
commit 0bc1a06f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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