This repository has been archived on 2024-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
adlin/pkg/awx_web/Dockerfile

6 lines
96 B
Docker

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