Fix Dockerfiles for broken Go compile and remove temp memcache install

This commit is contained in:
Joseph Schorr 2018-03-22 14:57:11 -04:00
parent 6c43b7ff0d
commit 46b0c075f6
2 changed files with 4 additions and 7 deletions

View file

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