Skip to content

Commit

Permalink
Merge pull request microsoft#26 from NonStatic2014/bohu/update_build_env
Browse files Browse the repository at this point in the history
Install g++-7 in build environment docker image creation for vcpkg build
  • Loading branch information
NonStatic2014 authored Apr 5, 2019
2 parents c2ac9ef + 69e0546 commit 8f1988f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/ci_build/github/linux/ubuntu16.04/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ apt-get update && apt-get install -y --no-install-recommends \
bzip2 \
unzip \
rsync libunwind8 \
python3-setuptools python3-numpy python3-wheel python python3-pip
python3-setuptools python3-numpy python3-wheel python python3-pip \
software-properties-common

add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update && apt-get install -y --no-install-recommends g++-7

locale-gen en_US.UTF-8
update-locale LANG=en_US.UTF-8
Expand Down

0 comments on commit 8f1988f

Please sign in to comment.