From 09856e40caae0ab21442e0a24920d536a222da71 Mon Sep 17 00:00:00 2001 From: "Ilya.Kazakevich" Date: Tue, 1 Apr 2025 15:09:47 +0200 Subject: [PATCH] Python: add various shells to test terminal integration for things like PY-71499 GitOrigin-RevId: b01fe12794d6ab0e1cbdbabf3d61274d2138af49 --- python/setup-test-environment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup-test-environment/Dockerfile b/python/setup-test-environment/Dockerfile index 8a2b191adbc4..cc8ffdcba264 100644 --- a/python/setup-test-environment/Dockerfile +++ b/python/setup-test-environment/Dockerfile @@ -29,7 +29,7 @@ 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 xterm locales libsqlite3-dev apt-transport-https ca-certificates curl software-properties-common docker-ce-cli && rm -rf /var/lib/apt/lists/* +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/* # UTF locale is required for testFileEncoding # libsqlite3 is for Django