Skip to content

Commit

Permalink
fix(deps): add -y when installing libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
corenel committed Jul 23, 2022
1 parent d6d5769 commit 88212df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/install_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NUM_THREADS=${2:-1}

# install dependencies for SSL support
apt-get update && \
apt-get install zlib1g-dev libssl-dev && \
apt-get install -q -y zlib1g-dev libssl-dev && \
apt-get clean && \
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

Expand Down

0 comments on commit 88212df

Please sign in to comment.