mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-19 21:07:38 +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 UBUNTU_REPO_URL=http://ports.ubuntu.com/ubuntu-ports
|
||||||
ARG PIP_MIRROR_URL=https://pypi.python.org/simple
|
ARG PIP_MIRROR_URL=https://pypi.python.org/simple
|
||||||
|
|
||||||
FROM powerman/dockerize:0.19 AS dockerize-binary
|
|
||||||
|
|
||||||
FROM ubuntu:22.04 AS base
|
FROM ubuntu:22.04 AS base
|
||||||
|
|
||||||
ARG GITHUB_REPO_URL
|
ARG GITHUB_REPO_URL
|
||||||
@ -44,6 +42,7 @@ RUN apt-get update && apt-get upgrade -y \
|
|||||||
krb5-config \
|
krb5-config \
|
||||||
libkrb5-dev \
|
libkrb5-dev \
|
||||||
librdkafka-dev \
|
librdkafka-dev \
|
||||||
|
git \
|
||||||
wget \
|
wget \
|
||||||
curl \
|
curl \
|
||||||
zip \
|
zip \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user