fix dockerfile

This commit is contained in:
Paul Oureib 2024-01-15 09:37:03 +01:00
parent 666c5f4b96
commit bc9a9a25ae

View File

@ -21,13 +21,14 @@ RUN bash -e <<EOF
apt-get update apt-get update
echo 'http://deb.debian.org/debian' | apt-get install -y pbuilder
apt-get install -y \ apt-get install -y \
dh-make \ dh-make \
aptitude \ aptitude \
ca-certificates \ ca-certificates \
libssh-dev \ libssh-dev \
lintian \ lintian \
pbuilder \
quilt \ quilt \
git-buildpackage \ git-buildpackage \
debmake \ debmake \