Skip to content

Commit

Permalink
again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cezary17 committed Mar 1, 2024
1 parent 4ad1151 commit 92660bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 libxcursor-dev libxft2 libx11 libxinerama
RUN apt-get update && apt-get install -y libgl1 libxcursor-dev libxft2 libx11-dev libxinerama-dev
RUN apt install libxext6

# Install conda requirements from the requirements_conda.txt file
Expand Down

0 comments on commit 92660bb

Please sign in to comment.