From 04e36be4f3fe9c513ba5c0cb90c17c14c265c895 Mon Sep 17 00:00:00 2001 From: Mark D Horn Date: Mon, 3 Jun 2019 17:08:44 -0700 Subject: [PATCH] clr-installer-ci: update bundles We were still using the older ister bundle to install dependencies and then augmenting during the TravisCI run. Signed-off-by: Mark D Horn --- clr-installer-ci/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clr-installer-ci/Dockerfile b/clr-installer-ci/Dockerfile index 4fc1d21..3509cc6 100644 --- a/clr-installer-ci/Dockerfile +++ b/clr-installer-ci/Dockerfile @@ -6,7 +6,8 @@ ENV GOPATH="/go" PATH="/go/bin:${PATH}" # Update and add bundles RUN swupd update && \ - swupd bundle-add sysadmin-basic storage-utils network-basic go-basic-dev git telemetrics os-installer && \ + swupd bundle-add sysadmin-basic storage-utils network-basic go-basic-dev clr-installer-gui && \ + swupd clean && \ # Install the Go Linters go get -u gopkg.in/alecthomas/gometalinter.v2 && \ gometalinter.v2 --install