mirror of
https://github.com/robinmanuelthiel/speedtest.git
synced 2026-08-24 10:14:30 -05:00
Update Dockerfile
This commit is contained in:
+2
-4
@@ -6,10 +6,8 @@ RUN apt-get update && \
|
||||
apt-get -y install gnupg1 apt-transport-https dirmngr curl jq
|
||||
|
||||
# Install speedtest cli
|
||||
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61 && \
|
||||
echo "deb https://ookla.bintray.com/debian buster main" | tee /etc/apt/sources.list.d/speedtest.list && \
|
||||
apt-get update && \
|
||||
apt-get -y install speedtest
|
||||
RUN curl -s https://install.speedtest.net/app/cli/install.deb.sh | bash && \
|
||||
apt-get install speedtest
|
||||
|
||||
COPY ./speedtest.sh .
|
||||
CMD ["./speedtest.sh"]
|
||||
|
||||
Reference in New Issue
Block a user