Skip to content
Snippets Groups Projects
Commit 72ec53c7 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Update Dockerfile: remove unused folders.

parent 02e0a188
Branches
Tags
1 merge request!64Fix docker file
Pipeline #84681 passed
...@@ -8,7 +8,7 @@ COPY ./ansible-galaxy-requirements.yaml ./ansible-galaxy-requirements.yaml ...@@ -8,7 +8,7 @@ COPY ./ansible-galaxy-requirements.yaml ./ansible-galaxy-requirements.yaml
RUN apk add --update --no-cache gcc libc-dev libffi-dev curl vim bash openssh RUN apk add --update --no-cache gcc libc-dev libffi-dev curl vim bash openssh
# Create ansible.cfg file and set custom paths for collections and roles # Create ansible.cfg file and set custom paths for collections and roles
RUN mkdir -p /app/gap/collections /app/gap/roles /etc/ansible && \ RUN mkdir -p /app/gap/ansible /etc/ansible && \
printf "[defaults]\ncollections_paths = /app/gap/ansible\nroles_path = /app/gap/ansible\nhost_key_checking=false" > /etc/ansible/ansible.cfg printf "[defaults]\ncollections_paths = /app/gap/ansible\nroles_path = /app/gap/ansible\nhost_key_checking=false" > /etc/ansible/ansible.cfg
RUN pip install \ RUN pip install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment