We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3d597 commit f8592d8Copy full SHA for f8592d8
sdk/python/feast/infra/materialization/kubernetes/Dockerfile
@@ -1,7 +1,7 @@
1
-FROM python:3.11-slim-bullseye AS build
+FROM debian:11-slim AS build
2
3
RUN apt-get update && \
4
- apt-get install --no-install-suggests --no-install-recommends --yes git
+ apt-get install --no-install-suggests --no-install-recommends --yes git python3 python3-pip
5
6
WORKDIR /app
7
0 commit comments