[setup-test-environment] Add git in pycharm-tests (IJPL-116621)

GitOrigin-RevId: 554e71f149f17faca1864f1a5acfaf018b8a2e9a
This commit is contained in:
Ilia Kirianovskii
2025-09-25 01:30:30 +00:00
committed by intellij-monorepo-bot
parent 0a0f0f4ba8
commit dbff9211f6
+2 -1
View File
@@ -29,7 +29,8 @@ RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.g
# xterm installs freetype, xlib, cb etc. GL is also required by some python tests
# First, install certs to install docker. Then update, then install docker and other tools
# Docker cli is used in tests
RUN apt-get update && apt-get install -y ca-certificates && apt-get upgrade -y && apt-get update && apt-get install -y openssl libgl1 zsh fish bash xterm locales libsqlite3-dev apt-transport-https ca-certificates curl software-properties-common docker-ce-cli && rm -rf /var/lib/apt/lists/*
# Git is used in product-info.json generation (see ProductInfoGenerator#generateGitRevisionProperty) to run tests in dev-mode
RUN apt-get update && apt-get install -y ca-certificates && apt-get upgrade -y && apt-get update && apt-get install -y openssl libgl1 zsh fish bash xterm locales libsqlite3-dev apt-transport-https ca-certificates curl software-properties-common docker-ce-cli git && rm -rf /var/lib/apt/lists/*
# UTF locale is required for testFileEncoding
# libsqlite3 is for Django