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