Improve the Dockerfile
This commit is contained in:
parent
e05b39b58c
commit
7c8c5958b2
1 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
|||
FROM python:3-alpine
|
||||
FROM alpine:3.15
|
||||
|
||||
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