Skip to content

Commit

Permalink
Merge pull request #101 from simelo/stdevHan_missing_package_0.26.0
Browse files Browse the repository at this point in the history
Fixed missing package in deploy 0.26.0
  • Loading branch information
olemis authored Jul 14, 2019
2 parents d6046c6 + 21ba4a7 commit 3081bc0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ci-scripts/docker_install_debian.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/env bash

apt-get update
apt-get install gcc-6 g++-6 wget cmake libcurl3-gnutls -y
set -ex

apt update

apt install gcc g++ wget make cmake libcurl3-gnutls -y

wget -c https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz
tar -xzf check-0.12.0.tar.gz
Expand Down

0 comments on commit 3081bc0

Please sign in to comment.