s3-resource-simple/Dockerfile

9 lines
138 B
Docker
Raw Normal View History

2022-03-01 18:56:18 +01:00
FROM python:3-alpine
2016-03-10 07:32:05 +01:00
2016-03-10 08:16:03 +01:00
RUN apk add --update jq
2016-03-10 07:32:05 +01:00
RUN pip install --upgrade pip
RUN pip install --upgrade awscli
ADD assets/ /opt/resource/