Skip to content
Snippets Groups Projects
Commit 6958a2ba authored by jurgenhaas's avatar jurgenhaas
Browse files

gitlab-ci-cd/general#6 Add healthchecks.py script

parent d8ad8367
No related branches found
No related tags found
1 merge request!26Merging develop into main
......@@ -107,6 +107,9 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
cd .. && \
rm -rf git-extras && \
\
curl -SL https://gitlab.lakedrops.com/ansible/playbooks/general/-/raw/main/plugins/_lookup/healthchecks.py -o /usr/local/bin/healthchecks.py && \
chmod +x /usr/local/bin/healthchecks.py && \
\
docker-php-ext-install \
bcmath \
gd \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment