]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
add lintian
authorBastian Dehn <hhaalo@arcor.de>
Sun, 24 May 2026 15:29:39 +0000 (17:29 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 24 May 2026 15:29:39 +0000 (17:29 +0200)
builder/Containerfile.template

index 0b5fc5117fcd06676da915fc92e6248a7ae2e4a1..ef417fbf9d278b2c37aa3d97090514f32fd08725 100644 (file)
@@ -8,6 +8,7 @@ RUN apt-get update \
        git \
        cppcheck \
        lcov \
+       lintian \
        && apt-get clean \
        && rm --recursive --force /var/lib/apt/lists/*
 RUN apt-get update \