Files
fst_data_pipeline-feature-e…/infra/tencent/docker_ci/Dockerfile.python-format

7 lines
123 B
Docker
Raw Permalink Normal View History

2026-04-16 15:44:32 +08:00
FROM python:3.12-alpine
ARG RUFF_VERSION="0.9.10"
RUN apk add sudo bash git parallel
RUN pip install ruff==$RUFF_VERSION