mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-26 18:35:58 +00:00
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:
committed by
George T Kramer
parent
64dbce957f
commit
04e36be4f3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user