From 014ba17daf74b1d9f741c54922f56d9a77973903 Mon Sep 17 00:00:00 2001 From: Adam Pingel Date: Sun, 28 May 2023 04:37:04 +0000 Subject: [PATCH] install fontconfig --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index d1a90c86..1e9a975e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,6 @@ FROM mcr.microsoft.com/devcontainers/base:jammy RUN apt-get update && apt-get install -y \ + fontconfig \ libfreetype6 \ libgfortran5