Skip to content

Commit

Permalink
Try to fix fedora imgui compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed May 28, 2024
1 parent 40c88d2 commit 2b43da0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/sofabuilder_fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ RUN yum install -y -q \
assimp-devel \
opencascade-devel \
libXrandr-devel \
tinyxml2-devel
tinyxml2-devel \
xorg-dev\
libgtk-3-dev

# Install pip, numpy, scipy, pybind11
ARG PYBIND11_VERSION=2.9.1
Expand Down

0 comments on commit 2b43da0

Please sign in to comment.