4 lines
158 B
Plaintext
4 lines
158 B
Plaintext
# Google Cloud platform API libraries
|
|
RUN apt-get update && apt-get install -y python-pip && apt-get clean
|
|
RUN pip install --upgrade google-api-python-client
|