Skip to content

Commit

Permalink
Add flag '-y' for apt-get command
Browse files Browse the repository at this point in the history
Signed-off-by: Shuo Wu <shuo.wu@suse.com>
  • Loading branch information
shuo-wu committed Aug 9, 2021
1 parent 26cc788 commit 48e29ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive

# Install packages
RUN apt-get update && \
apt-get dist-upgrade && \
apt-get dist-upgrade -y && \
apt-get install -y cmake wget curl git less file \
libglib2.0-dev libkmod-dev libnl-genl-3-dev linux-libc-dev pkg-config psmisc tox qemu-utils fuse python-dev \
devscripts debhelper bash-completion librdmacm-dev libibverbs-dev xsltproc docbook-xsl \
Expand Down

0 comments on commit 48e29ab

Please sign in to comment.