1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +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