Compare commits
No commits in common. "master" and "098d73bb992103163c5421b8f633f64dad2958ed" have entirely different histories.
master
...
098d73bb99
1 changed files with 5 additions and 3 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue