bunch of changes
All checks were successful
Actions / Build and Push Images (push) Successful in 3m29s
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:
parent
7ff2820658
commit
a4299f635d
6 changed files with 37 additions and 11 deletions
5
Red/full/Dockerfile
Normal file
5
Red/full/Dockerfile
Normal 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
5
Red/pylav/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue