1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 00:38:06 +00:00

fix ci install

This commit is contained in:
checktheroads 2020-02-23 10:46:56 -07:00
parent 8068002c0b
commit 8f15c8dabb
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@ FROM ubuntu:bionic as base
WORKDIR /tmp
COPY ./install.sh /tmp/install.sh
RUN apt-get update && apt-get install -y apt-utils \
&& apt-get install -y curl gnupg build-essential
&& apt-get install -y curl git gnupg build-essential
# FROM base as install
# RUN bash /tmp/install.sh

View file

@ -406,6 +406,7 @@ install_app () {
if [[ ! $? == 0 ]]; then
echo "[ERROR] An error occurred while trying to install hyperglass."
exit 1
else
local successful=$(has_cmd "hyperglass")
if [[ successful == 0 ]]; then