Moving to workflow

This commit is contained in:
2024-08-17 11:32:19 -05:00
parent 56ab7842dd
commit 9745429f6d
2 changed files with 50 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM rockylinux/rockylinux:8.4
RUN curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.rpm.sh | bash
RUN yum -y install speedtest
RUN echo alias speedtest=\'speedtest --accept-license\' >> ~/.bashrc
CMD ["speedtest"]