Skip to content

Commit

Permalink
fix dockerfile to use python 3.11 control file
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Apr 27, 2024
1 parent 56af3c1 commit eca0822
Showing 1 changed file with 1 addition and 47 deletions.
48 changes: 1 addition & 47 deletions dockerfiles/Dockerfile.noble
Original file line number Diff line number Diff line change
@@ -1,50 +1,4 @@
# 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
# Created with `./make-new-image --codename noble ../python3.11/debian/control` DO NOT EDIT
FROM ubuntu:noble
RUN : \
&& apt-get update -qq \
Expand Down

0 comments on commit eca0822

Please sign in to comment.