mirror of
https://ghproxy.net/https://github.com/fairpm/planet.git
synced 2026-07-21 12:07:24 +08:00
9 lines
168 B
Text
9 lines
168 B
Text
FROM planet
|
|
|
|
RUN apt-get update && apt-get install -y \
|
|
python3-pip \
|
|
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
RUN pip3 install boto3 awscli
|
|
|
|
ENV AWS_DEFAULT_REGION=us-east-1
|