FROM alpine:3.17

RUN apk add --no-cache \
    git

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