From 4f555f06b3493071fe5561b2e93f45d13f291533 Mon Sep 17 00:00:00 2001 From: daslu Date: Tue, 24 Dec 2024 15:03:49 +0200 Subject: [PATCH] added libxtst to devcontainer setup (to support BufferedImage) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 48aedb1..375c7cf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,7 @@ "ghcr.io/devcontainers-contrib/features/clojure-asdf:2": {}, "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {}, "ghcr.io/devcontainers-contrib/features/bash-command:1": - {"command": "apt-get update && apt-get install -y rlwrap"}, + {"command": "apt-get update && apt-get install -y rlwrap && apt-get install -y libxtst-dev"}, "ghcr.io/devcontainers-contrib/features/poetry:2" : {}, "ghcr.io/rocker-org/devcontainer-features/r-apt:0": {}