feat(ingest): add git to ingestion-base image (#11477)

This commit is contained in:
Harshal Sheth 2024-09-25 15:28:47 -07:00 committed by GitHub
parent d754650875
commit bfc9ae9036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,6 @@ ARG DEBIAN_REPO_URL=https://deb.debian.org/debian
ARG UBUNTU_REPO_URL=http://ports.ubuntu.com/ubuntu-ports
ARG PIP_MIRROR_URL=https://pypi.python.org/simple
FROM powerman/dockerize:0.19 AS dockerize-binary
FROM ubuntu:22.04 AS base
ARG GITHUB_REPO_URL
@ -44,6 +42,7 @@ RUN apt-get update && apt-get upgrade -y \
krb5-config \
libkrb5-dev \
librdkafka-dev \
git \
wget \
curl \
zip \