recommendationsvc: optimize img (1.1 GB to 310 MB) (#45)

This commit is contained in:
Ahmet Alp Balkan 2018-09-21 15:40:25 -07:00 committed by GitHub
parent 1f60819dee
commit 3863f6d14d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
FROM grpc/python:1.0
FROM python:2.7-slim
RUN apt-get update -qqy && \
apt-get -qqy install wget && \
rm -rf /var/lib/apt/lists/*
# show python logs as they occur
ENV PYTHONUNBUFFERED=0