Skip to content

Commit

Permalink
Quick fix for #2591
Browse files Browse the repository at this point in the history
dnsutils was removed from Tails 3.3 which causes problems with our
validate role.
  • Loading branch information
msheiny committed Nov 27, 2017
1 parent f4c9dcf commit db03c19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions securedrop-admin
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def install_apt_dependencies(args):
apt_command = ['sudo', 'su', '-c',
"apt-get update && \
apt-get -q -o=Dpkg::Use-Pty=0 install -y \
dnsutils \
python-virtualenv \
python-pip \
ccontrol \
Expand Down

0 comments on commit db03c19

Please sign in to comment.