From 14edbff94ea587be6fd9d93f7c564fb575d25708 Mon Sep 17 00:00:00 2001 From: Ari Date: Thu, 5 Nov 2020 17:17:07 +0800 Subject: [PATCH] Update Dockerfile add wget to package, which avoids the failure of download python package --- 3.7/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/3.7/Dockerfile b/3.7/Dockerfile index 4c5c2ac..8440d0d 100644 --- a/3.7/Dockerfile +++ b/3.7/Dockerfile @@ -28,6 +28,7 @@ ENV PYTHON_PATH=/usr/local/bin/ \ libressl-dev \ libffi-dev \ tzdata \ + wget \ " \ # PACKAGES needed to built python PYTHON_BUILD_PACKAGES="\