Home | History | Annotate | Download | only in dockerfile
      1 # Google Cloud platform API libraries
      2 RUN apt-get update && apt-get install -y python-pip && apt-get clean
      3 RUN pip install --upgrade google-api-python-client
      4