Skip to content

Commit 8fb8b9f

Browse files
authored
fix: add pytest-qt deps to dockerfile (#56731)
1 parent 70fc174 commit 8fb8b9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ RUN apt-get update && apt-get -y upgrade
55
RUN apt-get install -y build-essential
66

77
# hdf5 needed for pytables installation
8-
RUN apt-get install -y libhdf5-dev
8+
# libgles2-mesa needed for pytest-qt
9+
RUN apt-get install -y libhdf5-dev libgles2-mesa-dev
910

1011
RUN python -m pip install --upgrade pip
1112
RUN python -m pip install \

0 commit comments

Comments
 (0)