mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-21 02:57:46 -05:00
/{docker,go,integration-tests}: install git, remote .git suffix on clone in server
This commit is contained in:
@@ -6,6 +6,7 @@ ARG DOLT_VERSION
|
||||
RUN apt update -y && \
|
||||
apt install -y \
|
||||
curl \
|
||||
git \
|
||||
tini \
|
||||
ca-certificates && \
|
||||
apt clean && \
|
||||
|
||||
@@ -4,7 +4,7 @@ FROM debian:bookworm-slim AS base
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update -y && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
curl tini ca-certificates && \
|
||||
curl git tini ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user