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

This commit is contained in:
Stéphane Chapron 2024-02-01 15:55:32 +01:00 committed by GitHub
parent 9b422d8358
commit 301037a720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

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