Update .github/docker/Dockerfile.packaging-plugins-jammy
This commit is contained in:
parent
9b422d8358
commit
301037a720
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue