FROM alpine:3.15

RUN apk add --no-cache \
    git

RUN git clone https://github.com/ansible/awx.git
