From ad07cdbe0929be54a742e041fc63223f49c5a95e Mon Sep 17 00:00:00 2001 From: Steffen Bollmann Date: Thu, 21 Mar 2024 05:07:03 +0000 Subject: [PATCH] add libx11-xcb1 --- recipes/julia/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/julia/build.sh b/recipes/julia/build.sh index 5dd45bf9..f91324f8 100644 --- a/recipes/julia/build.sh +++ b/recipes/julia/build.sh @@ -22,7 +22,7 @@ neurodocker generate ${neurodocker_buildMode} \ --run="mkdir -p ${mountPointList}" \ --install xdg-utils unzip git apt-transport-https ca-certificates coreutils \ curl gnome-keyring gnupg libnotify4 wget libnss3 libxkbfile1 libsecret-1-0 libgtk-3-0 libxss1 libgbm1 libxshmfence1 libasound2 \ - lmod less nano tree strace \ + lmod less nano tree strace libx11-xcb1 \ gcc graphviz libzstd1 zlib1g-dev zip build-essential uuid-dev libgpgme-dev libseccomp-dev pkg-config \ --run="wget -O vscode.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64' \ && apt install ./vscode.deb \