Skip to content

Commit 9416a8e

Browse files
committed
Update Python to 3.11 in Ubuntu 22.04 valgrind
1 parent 7cbde5c commit 9416a8e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ubuntu-22.04-jammy-amd64-valgrind/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN apt-get -qq update \
3030
python3.11-dev \
3131
python3.11-tk \
3232
python3-setuptools \
33-
python3-tk \
3433
sudo \
3534
tcl8.6-dev \
3635
tk8.6-dev \
@@ -51,7 +50,7 @@ ARG PIP_NO_CACHE_DIR=1
5150

5251
RUN virtualenv -p /usr/bin/python3.11-dbg --system-site-packages /vpy3 \
5352
&& /vpy3/bin/pip install --upgrade pip \
54-
&& /vpy3/bin/pip install olefile pytest pytest-cov pytest-timeout pytest-valgrind \
53+
&& /vpy3/bin/pip install numpy olefile pytest pytest-cov pytest-timeout pytest-valgrind \
5554
&& chown -R pillow:pillow /vpy3
5655

5756
COPY depends /depends

0 commit comments

Comments
 (0)