fix build, enaled libre and ookla
This commit is contained in:
+5
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user