Add lintian

This commit is contained in:
Jamil Bou Kheir
2021-07-10 08:41:53 -07:00
parent b6a8236526
commit b2f8fff5d0
2 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ ARG PKG_DIR
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -q && \
apt-get install -y --no-install-recommends \
lintian \
gdebi \
ca-certificates \
build-essential \
@@ -65,3 +66,4 @@ RUN mkdir -p pkg/$PKG_DIR/opt
RUN mv _build/prod/rel/firezone pkg/$PKG_DIR/opt/firezone
RUN cd pkg && dpkg-deb --build $PKG_DIR
RUN lintian -i -I pkg/$PKG_DIR.deb

View File

@@ -13,6 +13,7 @@ ARG PKG_DIR
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -q && \
apt-get install -y --no-install-recommends \
lintian \
gdebi \
ca-certificates \
build-essential \
@@ -65,3 +66,4 @@ RUN mkdir -p pkg/$PKG_DIR/opt
RUN mv _build/prod/rel/firezone pkg/$PKG_DIR/opt/firezone
RUN cd pkg && dpkg-deb --build $PKG_DIR
RUN lintian -i -I pkg/$PKG_DIR.deb