From 3331fa7b50fac7dad71a8927354f5fad8310af08 Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Thu, 21 Nov 2024 12:15:42 -0600 Subject: [PATCH] dockerfile cleanup, reduce image size Signed-off-by: Tommy Hughes --- .../feast/infra/feature_servers/multicloud/Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev b/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev index 17a45f900c..753c4dff3d 100644 --- a/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev +++ b/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev @@ -1,6 +1,6 @@ FROM python:3.11-slim-bullseye -RUN apt update && apt install -y make +RUN apt update && apt install -y make git RUN pip install --no-cache-dir pip --upgrade RUN pip install --no-cache-dir pip-tools