From 2d02f68fc6e7a980103a33cb32a4c1c860413e32 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Wed, 25 Sep 2024 20:16:33 +0800 Subject: [PATCH] =?UTF-8?q?ruff=E5=92=8Cgit=E9=83=BD=E7=94=A8=E8=BF=99?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 215eba4..c61216f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN dnf install \ --releasever 9 \ --setopt install_weak_deps=false \ --nodocs -y \ - nodejs npm \ + bash git nodejs npm python3 python3-pip \ && dnf clean all --installroot /fakeroot @@ -13,3 +13,4 @@ FROM scratch COPY --from=installer /fakeroot / RUN npm install -g prettier \ && npm cache clean --force +RUN pip3 install --no-cache-dir ruff