From 886cc1fc4266cc52b37974e1aabc52dd1f2c705e Mon Sep 17 00:00:00 2001 From: OnceUponATimeInAmerica <114700833+OnceUponATimeInAmerica@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:40:29 +0330 Subject: [PATCH] Update Dockerfile (test3) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08458fa4..8b27aad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN apk add --no-cache --update \ python3 \ py3-pip \ py3-psutil \ - py3-pycurl \ + py3-curl \ py3-pysocks \ py3-dotenv \ py3-cloudflare \