From 05f55f6012050be33517da858bd8b4061007bd4b Mon Sep 17 00:00:00 2001 From: cezary17 Date: Fri, 1 Mar 2024 09:30:06 +0100 Subject: [PATCH] added libxcursor --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index dc00ce5..994876d 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -8,7 +8,7 @@ RUN conda config --add channels bam77 # Add gmsh shared libs ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update && apt-get install -y libgl1 +RUN apt-get update && apt-get install -y libgl1 libxcursor-dev # Install conda requirements from the requirements_conda.txt file COPY --chown=${NB_UID}:${NB_GID} requirements_conda.txt /tmp/