Add Notifier

This commit is contained in:
2024-08-09 05:28:01 +02:00
parent 1c562fe212
commit 83d9545a74
2 changed files with 2 additions and 3 deletions

View File

@@ -19,4 +19,3 @@ DevOps Portable toolkit
```yaml ```yaml
``` ```
curl -L

View File

@@ -12,7 +12,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
WORKDIR /temp WORKDIR /temp
RUN curl https://get.docker.com/ > dockerinstall RUN curl https://get.docker.com/ > dockerinstall
#RUN chmod 777 dockerinstall && ./dockerinstall RUN chmod 777 dockerinstall && ./dockerinstall
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\ RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
chmod +x /usr/bin/yq chmod +x /usr/bin/yq