Remove lintian validation...
This commit is contained in:
parent
d0c9ad2916
commit
95fc0a7002
|
@ -32,7 +32,7 @@ function create_container {
|
|||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install --yes gdebi-core lintian
|
||||
RUN apt-get update && apt-get install --yes gdebi-core
|
||||
|
||||
ADD ./lib /root/.tamarin
|
||||
RUN chmod +x /root/.tamarin/install.sh
|
||||
|
|
|
@ -5,9 +5,6 @@ set -e
|
|||
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
source "${DIR}/util.sh"
|
||||
|
||||
info "Analysing package $1..."
|
||||
lintian "$1"
|
||||
|
||||
info "Updating packages definition..."
|
||||
apt-get update
|
||||
|
||||
|
|
Loading…
Reference in New Issue