第一次
This commit is contained in:
6
infra/tencent/docker_ci/Dockerfile.python-format
Normal file
6
infra/tencent/docker_ci/Dockerfile.python-format
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.12-alpine
|
||||
|
||||
ARG RUFF_VERSION="0.9.10"
|
||||
|
||||
RUN apk add sudo bash git parallel
|
||||
RUN pip install ruff==$RUFF_VERSION
|
||||
Reference in New Issue
Block a user