From 36ab334f20c2c041e6c224d2ce8cd713f6a76776 Mon Sep 17 00:00:00 2001 From: Mohammad Ahtasham ul Hassan <60315450+aht007@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:18:18 +0500 Subject: [PATCH] fix: fix js tests in new docker image (#1389) --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7ddae608..bbfa61dad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,9 @@ RUN apt-get update && apt-get install --no-install-recommends -qy \ python3-virtualenv \ python3.8-distutils \ libmysqlclient-dev \ - libssl-dev && \ + libssl-dev \ + # needed by phantomjs + libfontconfig && \ rm -rf /var/lib/apt/lists/* RUN locale-gen en_US.UTF-8