Compare commits

...

3 commits

Author SHA1 Message Date
00b1fe0cd9 ci 2022-03-03 13:34:38 +01:00
7c8c5958b2 Improve the Dockerfile 2022-03-02 19:57:11 +01:00
e05b39b58c Update software 2022-03-01 18:56:18 +01:00

View file

@ -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/