This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/pkg/awx_web/Dockerfile

7 lines
96 B
Docker

FROM alpine
RUN apk add --no-cache \
git
RUN git clone https://github.com/ansible/awx.git