clr-installer-ci: Add the GTK development support

Missed the development libraries needed for building, but not for running.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
This commit is contained in:
Mark D Horn
2019-06-04 15:14:05 -07:00
committed by George T Kramer
parent 04e36be4f3
commit d521a75940
+1 -1
View File
@@ -6,7 +6,7 @@ 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 clr-installer-gui && \
swupd bundle-add sysadmin-basic storage-utils network-basic go-basic-dev devpkg-gtk3 clr-installer-gui && \
swupd clean && \
# Install the Go Linters
go get -u gopkg.in/alecthomas/gometalinter.v2 && \