6 lines
271 B
Text
6 lines
271 B
Text
|
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
|