cswimr
a4299f635d
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
5 lines
278 B
Docker
5 lines
278 B
Docker
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
|