Skip to content

Commit f8592d8

Browse files
authored
fix: Update the base image of materilization engine. (#4580)
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
1 parent ff3d597 commit f8592d8

File tree

1 file changed

+2
-2
lines changed
  • sdk/python/feast/infra/materialization/kubernetes

1 file changed

+2
-2
lines changed

sdk/python/feast/infra/materialization/kubernetes/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM python:3.11-slim-bullseye AS build
1+
FROM debian:11-slim AS build
22

33
RUN apt-get update && \
4-
apt-get install --no-install-suggests --no-install-recommends --yes git
4+
apt-get install --no-install-suggests --no-install-recommends --yes git python3 python3-pip
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)