From a804e9fc9a000fac948722c69fd7fdde4d9e7853 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Fri, 8 Mar 2024 14:51:23 -0700 Subject: [PATCH] updated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc010f1197..f354004c4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ COPY contrib/docker-scripts/* /scripts/ # Install runtime dependencies RUN apk --no-cache add git jq bash curl nano vim tmux python3 libusb-dev linux-headers make build-base bind-tools psmisc coreutils wget py3-pip qemu-img qemu-system-x86_64 && \ - pip install requests shutil && \ + pip install requests && \ chmod a+x -R /scripts && \ wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.31-r0/glibc-2.31-r0.apk && \ apk add --force-overwrite --allow-untrusted glibc-2.31-r0.apk && \