Skip to content

Commit 61827cb

Browse files
author
Pierrick Brun
committed
[FIX] 12.0 ak build git version
1 parent 636bc4d commit 61827cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: 12.0/Dockerfile

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ RUN set -x \
3636
&& /env/bin/pip install -U pip wheel setuptools
3737
ENV PATH=/env/bin:$PATH
3838

39+
# Install add-apt-repository command
40+
RUN --mount=type=cache,target=/var/cache/apt \
41+
apt-get update \
42+
&& apt-get install -y --no-install-recommends software-properties-common
43+
44+
# Allow to use latest git in ubuntu 18.04
45+
RUN add-apt-repository ppa:git-core/ppa
46+
3947
RUN --mount=type=cache,target=/var/cache/apt \
4048
apt-get update \
4149
&& apt-get install -y --no-install-recommends $BUILD_PACKAGE

0 commit comments

Comments
 (0)