1 parent 7cbde5c commit 9416a8eCopy full SHA for 9416a8e
1 file changed
ubuntu-22.04-jammy-amd64-valgrind/Dockerfile
@@ -30,7 +30,6 @@ RUN apt-get -qq update \
30
python3.11-dev \
31
python3.11-tk \
32
python3-setuptools \
33
- python3-tk \
34
sudo \
35
tcl8.6-dev \
36
tk8.6-dev \
@@ -51,7 +50,7 @@ ARG PIP_NO_CACHE_DIR=1
51
50
52
RUN virtualenv -p /usr/bin/python3.11-dbg --system-site-packages /vpy3 \
53
&& /vpy3/bin/pip install --upgrade pip \
54
- && /vpy3/bin/pip install olefile pytest pytest-cov pytest-timeout pytest-valgrind \
+ && /vpy3/bin/pip install numpy olefile pytest pytest-cov pytest-timeout pytest-valgrind \
55
&& chown -R pillow:pillow /vpy3
56
57
COPY depends /depends
0 commit comments