feat(git): '*' added as git safe.directory
added so that testing can be done to confirm if this container is a workable solution for it being the AWX task container (control-plane) !117 #18 nofusscomputing/infrastructure/configuration-management/inventory-production!2
This commit is contained in:
@ -76,7 +76,8 @@ COPY requirements.txt /tmp/requirements.txt
|
||||
COPY --from=receptor /usr/bin/receptor /usr/bin/receptor
|
||||
|
||||
RUN pip install --upgrade pip; \
|
||||
mkdir -p /var/run/receptor
|
||||
mkdir -p /var/run/receptor; \
|
||||
git config --global --add safe.directory '*'
|
||||
|
||||
RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages/pypi/simple -r /tmp/requirements.txt
|
||||
|
||||
|
Reference in New Issue
Block a user