File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN ldconfig
3636RUN \
3737 echo "[*] apt update" && \
3838 apt -qq update && \
39- echo "[*] apt isntall " && \
39+ echo "[*] apt install " && \
4040 apt -qq install -y \
4141 libc6 \
4242 # needed for pip
4747
4848RUN python -m pip --version
4949RUN python -m pip install pip --upgrade
50+ RUN python -m pip install setuptools wheel --upgrade
5051
5152# store Python Version; used for image tagging
5253# ARG needs to be declared here, and above any FROM line
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ your `Dockerfile`):
1818
1919 # ... and the rest
2020
21- ** This packages Python 3.9 .**
21+ ** This packages Python 3.11 .**
2222
2323You also probably want to set the UID and GID (* User ID* number and * Group ID*
2424number). This can be done through the environmental variables ` PUID ` and ` GUID `
You can’t perform that action at this time.
0 commit comments