planet/Dockerfile.aws
Ryan McCue 74bb32f363 Initial export of the repository
Signed-off-by: Ryan McCue <me@ryanmccue.info>
2025-06-05 12:00:48 +02:00

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