We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fc174 commit 8fb8b9fCopy full SHA for 8fb8b9f
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