2019-03-10 08:11:08 +00:00
|
|
|
# Dockerfile for Python 3 with xz-utils (for tar.xz unpacking)
|
|
|
|
|
|
2025-07-01 11:52:59 -05:00
|
|
|
FROM python:3.10-slim-bookworm
|
2019-03-10 08:11:08 +00:00
|
|
|
|
2023-02-22 13:27:11 -06:00
|
|
|
RUN apt update && apt install -y xz-utils patch axel curl git
|