Skip to content

Commit eca0822

Browse files
committed
fix dockerfile to use python 3.11 control file
1 parent 56af3c1 commit eca0822

File tree

1 file changed

+1
-47
lines changed

1 file changed

+1
-47
lines changed

dockerfiles/Dockerfile.noble

+1-47
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,4 @@
1-
# Created with `./make-new-image --codename noble ../python3.12/debian/control` DO NOT EDIT
2-
FROM ubuntu:noble
3-
RUN : \
4-
&& apt-get update -qq \
5-
&& DEBIAN_FRONTEND=noninteractive apt-get install \
6-
-qq -y --no-install-recommends \
7-
autoconf \
8-
blt-dev \
9-
build-essential:amd64 \
10-
bzip2 \
11-
debhelper \
12-
devscripts \
13-
dpkg-dev \
14-
equivs \
15-
git-buildpackage \
16-
gnupg \
17-
libbluetooth-dev \
18-
libbz2-dev \
19-
libdb-dev \
20-
libexpat1-dev \
21-
libffi-dev \
22-
libgdbm-dev \
23-
libgpm2 \
24-
liblzma-dev \
25-
libncursesw5-dev \
26-
libreadline-dev \
27-
libsqlite3-dev \
28-
libssl-dev \
29-
locales \
30-
lsb-release \
31-
mime-support \
32-
net-tools \
33-
netbase \
34-
pristine-tar \
35-
python3-sphinx \
36-
python3:any \
37-
quilt \
38-
sharutils \
39-
texinfo \
40-
time \
41-
tk-dev \
42-
xauth \
43-
xvfb \
44-
zlib1g-dev \
45-
&& apt-get clean \
46-
&& rm -rf /var/lib/apt/lists/*
47-
# Created with `./make-new-image --codename noble ../python3.12/debian/control` DO NOT EDIT
1+
# Created with `./make-new-image --codename noble ../python3.11/debian/control` DO NOT EDIT
482
FROM ubuntu:noble
493
RUN : \
504
&& apt-get update -qq \

0 commit comments

Comments
 (0)