Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/local/Dockerfile-wptagent
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down