mirror of
https://github.com/ungoogled-software/ungoogled-chromium.git
synced 2025-10-27 07:29:50 +00:00
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
# Dockerfile for Python 3 with xz-utils (for tar.xz unpacking)
|
|
|
|
FROM python:3.10-slim-bookworm
|
|
|
|
RUN apt update && apt install -y xz-utils patch axel curl git
|