Skip to content

Commit

Permalink
contrib: set noninteractive for apt-get in arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@redhat.com>
  • Loading branch information
Alfredo Deza authored and leseb committed Feb 12, 2019
1 parent a70f6c3 commit a6f1d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-push-ceph-container-imgs-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CEPH_RELEASES=(luminous mimic)
#############

function install_docker {
sudo apt-get install -y --force-yes docker.io
sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes docker.io
sudo systemctl start docker
sudo systemctl status docker
sudo chgrp "$(whoami)" /var/run/docker.sock
Expand Down

0 comments on commit a6f1d21

Please sign in to comment.