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 <mark.d.horn@intel.com>
This commit is contained in:
Mark D Horn
2019-06-03 17:08:44 -07:00
committed by George T Kramer
parent 64dbce957f
commit 04e36be4f3
+2 -1
View File
@@ -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