fix build, enaled libre and ookla

This commit is contained in:
2023-12-30 10:32:47 +05:00
parent 71095eb629
commit ae44bf94b0
2 changed files with 19 additions and 4 deletions
+5 -2
View File
@@ -2,11 +2,14 @@ FROM archlinux
WORKDIR /root
# update all
RUN pacman -Syu --noconfirm
# Basic
RUN pacman -Sy --noconfirm mpv jq curl bc
RUN pacman -S --noconfirm mpv jq curl bc
# Ookla Speedtest
RUN pacman -Sy --noconfirm speedtest-cli
RUN pacman -S --noconfirm speedtest-cli
# LibreSpeed
RUN curl -LOJ https://github.com/librespeed/speedtest-cli/releases/download/v1.0.10/librespeed-cli_1.0.10_linux_amd64.tar.gz \