forgot the -y
This commit is contained in:
parent
192fc55105
commit
6616bf7fae
@ -1,7 +1,7 @@
|
||||
FROM debian:bullseye-slim
|
||||
#
|
||||
COPY ookla_speedtest_cli.list /
|
||||
RUN apt update && apt install curl
|
||||
RUN apt update && apt install curl -y
|
||||
RUN curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash
|
||||
RUN apt install python3 python3-pip iputils-ping speedtest -y
|
||||
COPY logspeedtest.py /usr/local/bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user