Compare commits

..

No commits in common. "master" and "098d73bb992103163c5421b8f633f64dad2958ed" have entirely different histories.

View file

@ -1,6 +1,8 @@
ARG base=alpine:3.15
FROM ${base}
FROM python:3.5-alpine
RUN apk add --no-cache --update jq aws-cli
RUN apk add --update jq
RUN pip install --upgrade pip
RUN pip install --upgrade awscli
ADD assets/ /opt/resource/