From 43d22433c94b797752585ae497f6f80287c9cef2 Mon Sep 17 00:00:00 2001 From: Carol Ouellet <4050412+karoltheguy@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:33:33 -0400 Subject: [PATCH] Update Dockerfile-wptagent with git target folder Changed target folder for git clone as it was renamed in previous change --- docker/local/Dockerfile-wptagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/local/Dockerfile-wptagent b/docker/local/Dockerfile-wptagent index 6494cb7ce0..96fb9107b0 100644 --- a/docker/local/Dockerfile-wptagent +++ b/docker/local/Dockerfile-wptagent @@ -42,7 +42,7 @@ RUN ln -fs /usr/share/zoneinfo/$TIMEZONE /etc/localtime && apt install -y \ ttf-mscorefonts-installer fonts-noto fonts-roboto fonts-open-sans ffmpeg npm sudo curl xvfb # Get WPTAgent for dependecies -RUN git clone -b master https://github.com/catchpoint/WebPageTest.agent.git +RUN git clone -b master https://github.com/catchpoint/WebPageTest.agent.git /wptagent ### UPDATE FONT CACHE ### RUN fc-cache -f -v