From fc709a1314f6977adabc57f44caeb95a180a1bf0 Mon Sep 17 00:00:00 2001 From: Matthew Runyon Date: Wed, 8 May 2024 14:37:06 -0500 Subject: [PATCH] Update tests/Dockerfile Co-authored-by: Don --- tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index c5fee91f6..48eed433f 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /work/ # Update packages list and install some build tools. # Installing fonts-dejavu-core so we have some common fonts with the GH actions -# runner that can be used to render unicode fonts. See README for more info. +# runner that can be used to render unicode fonts. See web-client-ui README for more info. RUN set -eux; \ apt-get update; \ apt-get install build-essential --yes; \