We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent dd95c0b commit 4ac411dCopy full SHA for 4ac411d
2 files changed
Dockerfile
@@ -47,7 +47,7 @@ RUN \
47
48
RUN python -m pip --version
49
RUN python -m pip install pip --upgrade
50
-RUN python -m pip install setuptools wheel --upgrade
+RUN python -m pip install setuptools wheel build --upgrade
51
52
# store Python Version; used for image tagging
53
# ARG needs to be declared here, and above any FROM line
Readme.md
@@ -18,7 +18,7 @@ your `Dockerfile`):
18
19
# ... and the rest
20
21
-**This packages Python 3.11.**
+**This packages Python 3.12.**
22
23
You also probably want to set the UID and GID (*User ID* number and *Group ID*
24
number). This can be done through the environmental variables `PUID` and `GUID`
0 commit comments