From 9b2af4c0ba7597318f4c2395764107b22ee2da89 Mon Sep 17 00:00:00 2001 From: Romain Gayon Date: Fri, 4 Oct 2024 09:44:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04acab9..4d8a5de 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ sudo apt-get install linux-image-extra-$(uname -r) Make sure the following is installed: ``` -sudo apt install dh-python flex byacc quilt +sudo apt install dh-python flex byacc quilt python3-all-dev libdistro-info-perl ``` For the GPG signing part, running over SSH with a gpg-agent running might @@ -234,7 +234,7 @@ release. Start the build: ``` -PYTHONPATH=. python3 tools/build.py --build-directory=/tmp/build/ --project docker-explorer dpkg-source --distributions focal,jammy,kinetic +PYTHONPATH=. python3 tools/build.py --build-directory=/tmp/build/ --project docker-explorer dpkg-source --distributions focal,jammy,noble ``` Then upload the packages to the PPA: