Skip to content

Commit 339bc3d

Browse files
authored
Add wget and gpg dependencies for build script (#28)
1 parent 79a63ab commit 339bc3d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

qa/install_test_dependencies_and_build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727

2828
# Install dependencies
29-
apt update && apt install -y rapidjson-dev \
29+
apt update && apt install -y gpg \
30+
wget \
31+
rapidjson-dev \
3032
software-properties-common && \
3133
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | \
3234
gpg --dearmor - | \

0 commit comments

Comments
 (0)