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
Renovate Bot 5d458da103
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update alpine docker tag to v3.17
2022-11-20 23:09:35 +00:00

7 lines
101 B
Docker

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