Skip to content

Commit 04821c5

Browse files
committed
Install python3 for test installation image (#8)
1 parent 3cfbfa1 commit 04821c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ferretdb_packaging/test_packages/Dockerfile_test_install_deb_packages

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN apt-get install -y --no-install-recommends \
1313
gnupg2 \
1414
lsb-release \
1515
ca-certificates \
16-
locales
16+
locales \
17+
python3
1718

1819
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
1920
locale-gen en_US.UTF-8

0 commit comments

Comments
 (0)