Skip to content

Commit

Permalink
dockerfiles: add autoconf dockerfile for updating cpython's configure…
Browse files Browse the repository at this point in the history
… script
  • Loading branch information
waynr committed May 25, 2023
1 parent 1a8ed5a commit d62b213
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dockerfiles/autoconf.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM debian:bullseye


RUN apt-get update && apt-get install -y \
--no-install-recommends \
build-essential \
autoconf \
&& apt-get purge --autoremove \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /src/*.deb

0 comments on commit d62b213

Please sign in to comment.