From 8366bc5721b9accb6629f613a933b94f4c1e8e21 Mon Sep 17 00:00:00 2001 From: Ralph Date: Wed, 3 Jan 2024 10:01:13 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 182d520..7ab391b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update && \ python3.9 \ python3.9-dev \ python3-cffi \ - python3-pip + python3-pip \ zstd && \ update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \ rm -rf /var/lib/apt/lists/*