Fix Dockerfiles for broken Go compile and remove temp memcache install
This commit is contained in:
parent
6c43b7ff0d
commit
46b0c075f6
2 changed files with 4 additions and 7 deletions
|
@ -4,9 +4,6 @@ FROM quay.io/quay/quay-base:latest
|
|||
|
||||
RUN adduser memcached --disabled-login --system
|
||||
|
||||
# TEMP FIX
|
||||
RUN apt-get update && apt-get install -y memcached
|
||||
|
||||
WORKDIR $QUAYDIR
|
||||
|
||||
COPY requirements.txt requirements-tests.txt ./
|
||||
|
|
Reference in a new issue