add license file to proxy agent docker image (#1054)

This commit is contained in:
IronPan 2019-03-27 16:58:48 -07:00 committed by Kubernetes Prow Robot
parent 8481f41dd8
commit 2c8170ceae
1 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ FROM gcr.io/inverting-proxy/agent@sha256:d0a06a247bb443f9528356a1341cadfa4c4479a
RUN apt-get update && apt-get install -y curl jq python-pip
RUN pip install requests
RUN curl https://raw.githubusercontent.com/requests/requests/master/LICENSE --output /opt/license.txt
# Install gcloud SDK
RUN curl https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz > /tmp/google-cloud-sdk.tar.gz