Create debian packages with gbp, upload to KIT-CERT Repository.

This commit is contained in:
konstantin.zangerle
2022-08-26 12:12:36 +02:00
parent 1c84639ac7
commit 632c3404e6
6 changed files with 279 additions and 107 deletions

View File

@ -18,18 +18,17 @@ RUN apt-get update; \
openssl \
pkg-config \
python3-pip \
libxml2-utils; \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install --no-install-recommends -y \
libxml2-utils \
debhelper \
debsigs \
devscripts \
dh-make \
git-buildpackage \
gpgv1 \
meson; \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install --no-install-recommends -y \
meson \
less \
mc \
rsync \
openssh-client \
vim; \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get clean; \