Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 12, 2023
1 parent e7653e4 commit 20ec8c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ LABEL maintainer="[email protected]"
LABEL version="latest"
LABEL description="Ansible"

USER root

WORKDIR "/ansible/project"

RUN yum check-update; \
Expand All @@ -27,7 +29,7 @@ RUN pip3 install --upgrade pip; \
pip3 install pywinrm; \
pip3 install jmspath; \
pip3 install requests; \

# download template of role, it's to run the tasks of you want to test -- need transfer
# RUN git clone https://github.com/Websoft9/role_template

Expand Down

0 comments on commit 20ec8c5

Please sign in to comment.