Skip to content

Commit 4ac411d

Browse files
committed
Inlcude build package
As Python wants to move away from setuptools
1 parent dd95c0b commit 4ac411d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN \
4747

4848
RUN python -m pip --version
4949
RUN python -m pip install pip --upgrade
50-
RUN python -m pip install setuptools wheel --upgrade
50+
RUN python -m pip install setuptools wheel build --upgrade
5151

5252
# store Python Version; used for image tagging
5353
# ARG needs to be declared here, and above any FROM line

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ your `Dockerfile`):
1818

1919
# ... and the rest
2020

21-
**This packages Python 3.11.**
21+
**This packages Python 3.12.**
2222

2323
You also probably want to set the UID and GID (*User ID* number and *Group ID*
2424
number). This can be done through the environmental variables `PUID` and `GUID`

0 commit comments

Comments
 (0)