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
Raw Normal View History

2020-03-29 18:20:18 +00:00
FROM alpine
RUN apk add --no-cache \
git
RUN git clone https://github.com/ansible/awx.git