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