Skip to content

Commit

Permalink
add noble builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Apr 27, 2024
1 parent ad0a49a commit 56af3c1
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions dockerfiles/Dockerfile.noble
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Created with `./make-new-image --codename noble ../python3.12/debian/control` DO NOT EDIT
FROM ubuntu:noble
RUN : \
&& apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get install \
-qq -y --no-install-recommends \
autoconf \
blt-dev \
build-essential:amd64 \
bzip2 \
debhelper \
devscripts \
dpkg-dev \
equivs \
git-buildpackage \
gnupg \
libbluetooth-dev \
libbz2-dev \
libdb-dev \
libexpat1-dev \
libffi-dev \
libgdbm-dev \
libgpm2 \
liblzma-dev \
libncursesw5-dev \
libreadline-dev \
libsqlite3-dev \
libssl-dev \
locales \
lsb-release \
mime-support \
net-tools \
netbase \
pristine-tar \
python3-sphinx \
python3:any \
quilt \
sharutils \
texinfo \
time \
tk-dev \
xauth \
xvfb \
zlib1g-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Created with `./make-new-image --codename noble ../python3.12/debian/control` DO NOT EDIT
FROM ubuntu:noble
RUN : \
&& apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get install \
-qq -y --no-install-recommends \
autoconf \
blt-dev \
build-essential:amd64 \
bzip2 \
debhelper \
devscripts \
dpkg-dev \
equivs \
git-buildpackage \
gnupg \
libbluetooth-dev \
libbz2-dev \
libdb-dev \
libexpat1-dev \
libffi-dev \
libgdbm-dev \
libgpm2 \
liblzma-dev \
libncursesw5-dev \
libreadline-dev \
libsqlite3-dev \
libssl-dev \
locales \
lsb-release \
media-types \
net-tools \
netbase \
pristine-tar \
python3-sphinx \
python3:any \
quilt \
sharutils \
texinfo \
time \
tk-dev \
xauth \
xvfb \
zlib1g-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 56af3c1

Please sign in to comment.