Compare commits
3 commits
098d73bb99
...
master
Author | SHA1 | Date | |
---|---|---|---|
00b1fe0cd9 | |||
7c8c5958b2 | |||
e05b39b58c |
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
|||
FROM python:3.5-alpine
|
||||
ARG base=alpine:3.15
|
||||
FROM ${base}
|
||||
|
||||
RUN apk add --update jq
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install --upgrade awscli
|
||||
RUN apk add --no-cache --update jq aws-cli
|
||||
|
||||
ADD assets/ /opt/resource/
|
||||
|
|
Loading…
Reference in a new issue