mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-18 12:27:15 +00:00
feat(ingest): add git
to ingestion-base image (#11477)
This commit is contained in:
parent
d754650875
commit
bfc9ae9036
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user