FROM alpine:3.14.2
RUN apk add --update curl
RUN apk update && apk add --no-cache docker-cli
