bunch of changes
All checks were successful
Actions / Build and Push Images (push) Successful in 3m29s

- updated all mentions of seaswimmer or seaswimmtherfsh to my new username, cswimr
- added a cron schedule to the build.yaml workflow
- add dockerfiles for Red-DiscordBot
This commit is contained in:
cswimr 2024-08-27 13:54:14 -04:00
parent 7ff2820658
commit a4299f635d
Signed by: cswimr
GPG key ID: 3813315477F26F82
6 changed files with 37 additions and 11 deletions

5
Red/full/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM phasecorex/red-discordbot:full
RUN apt-get update && apt-get install -y --no-install-recommends curl dnsutils
RUN curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash
RUN apt-get install -y --no-install-recommends speedtest

5
Red/pylav/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM phasecorex/red-discordbot:extra-pylav
RUN apt-get update && apt-get install -y --no-install-recommends curl dnsutils
RUN curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash
RUN apt-get install -y --no-install-recommends speedtest