We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c12a3 commit c17a4aeCopy full SHA for c17a4ae
Dockerfile
@@ -5,7 +5,8 @@ RUN apt-get update && apt-get -y upgrade
5
RUN apt-get install -y build-essential
6
7
# hdf5 needed for pytables installation
8
-RUN apt-get install -y libhdf5-dev
+# libgles2-mesa needed for pytest-qt
9
+RUN apt-get install -y libhdf5-dev libgles2-mesa-dev
10
11
RUN python -m pip install --upgrade pip
12
RUN python -m pip install \
0 commit comments