We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0918a19 commit 6b3bfb4Copy full SHA for 6b3bfb4
Dockerfile
@@ -6,11 +6,10 @@ WORKDIR /speedtest
6
7
RUN apt update -y && \
8
apt upgrade -y && \
9
- apt install curl -y
+ apt install wget curl -y
10
11
RUN wget https://install.speedtest.net/ooklaserver/ooklaserver.sh && \
12
chmod a+x ooklaserver.sh && \
13
./ooklaserver.sh install
14
15
-CMD ["./OoklaServer --deamon"]
16
-
+CMD ["./OoklaServer --deamon"]
0 commit comments