Files
helium/.cirrus_Dockerfile

6 lines
158 B
Plaintext
Raw Permalink Normal View History

# Dockerfile for Python 3 with xz-utils (for tar.xz unpacking)
FROM python:3.10-slim-bookworm
2023-02-22 13:27:11 -06:00
RUN apt update && apt install -y xz-utils patch axel curl git