Skip to content

Commit 759a7c8

Browse files
authored
Added dependency for containerized Ubuntu installation (GH-1655)
1 parent fe9675e commit 759a7c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getting-started/setup-building.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,8 @@ some of CPython's modules (for example, ``zlib``).
797797
$ sudo apt-get install build-essential gdb lcov pkg-config \
798798
libbz2-dev libffi-dev libgdbm-dev libgdbm-compat-dev liblzma-dev \
799799
libncurses5-dev libreadline6-dev libsqlite3-dev libssl-dev \
800-
lzma lzma-dev tk-dev uuid-dev zlib1g-dev libmpdec-dev libzstd-dev
800+
lzma lzma-dev tk-dev uuid-dev zlib1g-dev libmpdec-dev libzstd-dev \
801+
inetutils-inetd
801802

802803
Note that Debian 12 and Ubuntu 24.04 do not have the ``libmpdec-dev``
803804
package. You can safely remove it from the install list above and the

0 commit comments

Comments
 (0)