Update .github/docker/Dockerfile.packaging-plugins-jammy

Co-authored-by: Stéphane Chapron <34628915+sc979@users.noreply.github.com>
This commit is contained in:
May 2024-02-01 15:51:53 +01:00 committed by GitHub
parent b696348b63
commit 9b422d8358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,11 +19,10 @@ ENV LANG en_US.utf8
RUN bash -e <<EOF
apt-get update
echo 'http://deb.debian.org/debian' | apt-get install -y pbuilder
echo 'http://deb.debian.org/debian' | apt-get update
apt-get install -y \
pbuilder \
dh-make \
aptitude \
ca-certificates \