FROM alpine:3.19
RUN apk add --no-cache docker-cli && docker run --cap-add SYS_ADMIN alpine echo hi
CMD ["/bin/sh"]
