refactor speedtest, added support for fast

This commit is contained in:
2023-11-12 11:43:10 +05:00
parent 73675b8532
commit 73c61a98d6
2 changed files with 42 additions and 20 deletions

View File

@@ -1,7 +1,8 @@
FROM archlinux
WORKDIR /root
RUN pacman -Sy --noconfirm mpv jq curl speedtest-cli
RUN pacman -Sy --noconfirm mpv jq curl speedtest-cli bc npm \
&& npm install --global fast-cli
COPY . .