Skip to content

Commit fb03c46

Browse files
committed
fix: Include git in feast server image
Signed-off-by: ntkathole <[email protected]>
1 parent c559889 commit fb03c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdk/python/feast/infra/feature_servers/multicloud

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.access.redhat.com/ubi9/python-312-minimal:1
22

33
USER 0
4-
RUN microdnf install -y gcc libpq-devel python3.12-devel && microdnf clean all
4+
RUN microdnf install -y git gcc libpq-devel python3.12-devel && microdnf clean all
55
USER 1001
66

77
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv

0 commit comments

Comments
 (0)