mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
6 lines
208 B
Docker
6 lines
208 B
Docker
FROM circleci/python:2.7-stretch
|
|
|
|
RUN sudo pip install awscli && \
|
|
curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-222.0.0-linux-x86_64.tar.gz | \
|
|
sudo tar xvzf - -C /opt
|