Skip to content

Commit

Permalink
Merge pull request idaholab#15982 from herter4171/add_pip3
Browse files Browse the repository at this point in the history
Add Gtest and pip3 installs for Consul/Nomad to Docker Image Build
  • Loading branch information
milljm authored Nov 2, 2020
2 parents 9256e28 + 73f05a6 commit ab9793e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker_ci/apt_installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ apt-get install -y \
bison \
flex \
libboost-all-dev \
emacs
emacs \
libgtest-dev

# Clear cache
rm -rf /var/lib/apt/lists/*
Expand Down
5 changes: 5 additions & 0 deletions docker_ci/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ for MGR in "${MGR_ARY[@]}"; do
./${MGR}_installs.sh
fi
done

# Do pip3 installs
pip3 install \
python-consul \
python-nomad
3 changes: 2 additions & 1 deletion docker_ci/yum_installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ yum install -y \
libtool \
libtirpc \
libtirpc-devel \
emacs
emacs \
gtest

# Clear cache
yum clean all
Expand Down

0 comments on commit ab9793e

Please sign in to comment.