Merge branch 'development' into 'master'

build: release to stable

See merge request nofusscomputing/projects/ansible/execution_environment!209
This commit is contained in:
2024-02-07 06:04:06 +00:00
5 changed files with 6 additions and 4 deletions

View File

@ -78,6 +78,8 @@ COPY --from=receptor /usr/bin/receptor /usr/bin/receptor
RUN pip install --upgrade pip; \
mkdir -p /var/run/receptor; \
mkdir -p /etc/receptor; \
chmod 777 /etc/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