.cirrus_Dockerfile 139 B

12345
  1. # Dockerfile for Python 3 with xz-utils (for tar.xz unpacking)
  2. FROM python:3.6-slim
  3. RUN apt update && apt install -y xz-utils patch axel