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