Skip to content

Commit d60e70c

Browse files
Rutvik SaptarshiRutvik Saptarshi
authored andcommitted
updated dockerfile and deb builder to quietly install dependencies
1 parent e6251b4 commit d60e70c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-aux/build-debs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ROOT="$(pwd)/pf9-ovn"
88

99
# Install dependencies
1010
apt-get update
11-
DEBIAN_FRONTEND=noninteractive apt-get install -y \
11+
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq \
1212
fakeroot build-essential autoconf automake bzip2 debhelper devscripts dpkg-dev \
1313
debhelper-compat dh-exec dh-python dh-sequence-python3 dh-sequence-sphinxdoc \
1414
graphviz iproute2 libcap-ng-dev libnuma-dev libpcap-dev libssl-dev libtool \

container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
33
ENV DEBIAN_FRONTEND=noninteractive
44
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
55

6-
RUN apt-get update && apt-get install -y --no-install-recommends \
6+
RUN apt-get update && apt-get install -y -qq --no-install-recommends \
77
ca-certificates \
88
iproute2 iptables \
99
libssl3 libunbound8 libunwind8 libjson-c5 libevent-2.1-7 libsystemd0 \

0 commit comments

Comments
 (0)