Merge pull request #3021 from coreos-inc/temp-fix
Add missing update on temp memcached install
This commit is contained in:
commit
0bc1a06f4c
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
|
RUN adduser memcached --disabled-login --system
|
||||||
|
|
||||||
# TEMP FIX
|
# TEMP FIX
|
||||||
RUN apt-get install -y memcached
|
RUN apt-get update && apt-get install -y memcached
|
||||||
|
|
||||||
WORKDIR $QUAYDIR
|
WORKDIR $QUAYDIR
|
||||||
|
|
||||||
|
|
Reference in a new issue