File tree 1 file changed +1
-47
lines changed
1 file changed +1
-47
lines changed Original file line number Diff line number Diff line change 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
48
2
FROM ubuntu:noble
49
3
RUN : \
50
4
&& apt-get update -qq \
You can’t perform that action at this time.
0 commit comments