• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Google Cloud platform API libraries
2RUN apt-get update && apt-get install -y python-pip && apt-get clean
3RUN pip install --upgrade google-api-python-client
4