Current Directory: /usr/lib/python3.9/site-packages/ansible/galaxy/data/apb
Viewing File: /usr/lib/python3.9/site-packages/ansible/galaxy/data/apb/Dockerfile.j2
FROM ansibleplaybookbundle/apb-base
LABEL "com.redhat.apb.spec"=\
""
COPY playbooks /opt/apb/actions
COPY . /opt/ansible/roles/{{ role_name }}
RUN chmod -R g=u /opt/{ansible,apb}
USER apb