Skip to content

Commit 48fdb08

Browse files
committed
latest git
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent f9320c7 commit 48fdb08

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

infra/docker/ci/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ FROM ubuntu:18.04
33
ARG REVISION
44
ENV DEBIAN_FRONTEND=noninteractive
55

6+
RUN apt-get update && apt-get install -y curl unzip locales software-properties-common && \
7+
apt-add-repository ppa:git-core/ppa && \
8+
apt update && apt install -y git
9+
610
# Install Java (by default openjdk-11)
7-
RUN apt-get update && apt-get install -y default-jdk curl unzip git locales
11+
RUN apt-get install -y default-jdk
812

913
RUN locale-gen en_US.UTF-8 && update-locale LANG=en_US.utf8
1014
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

0 commit comments

Comments
 (0)