Skip to content

Commit cf176c4

Browse files
Make sure libXtst is installed for Maya 2019 tests to run
Strangely, without libXtst "mayapy" will not run the latest mmSolver test suite. This was never an issue before, so I'm not sure what has changed.
1 parent e282182 commit cf176c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

share/docker/Dockerfile_maya2019

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ RUN yum install --assumeyes \
6161
libXrandr \
6262
libXrender \
6363
libXt \
64+
libXtst \
6465
libxcb \
6566
libxkbcommon \
6667
libxkbcommon-x11 \

0 commit comments

Comments
 (0)