From 7846f0250d38a9b25aa43c6b594ea656aa461be4 Mon Sep 17 00:00:00 2001 From: Rhett Reisman Date: Sat, 27 Jul 2024 11:12:58 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1157c8c..1791075 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ COPY . . # Install dependencies directly into the Lambda-compatible directory structure RUN mkdir -p python/lib/python3.9/site-packages && \ + python3.9 -m pip install --upgrade pip setuptools wheel && \ python3.9 -m pip install \ --platform manylinux2014_x86_64 \ --implementation cp \