From d521a759405e8bc986aba6de68433455d1e8a5a0 Mon Sep 17 00:00:00 2001 From: Mark D Horn Date: Tue, 4 Jun 2019 15:14:05 -0700 Subject: [PATCH] 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 --- clr-installer-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clr-installer-ci/Dockerfile b/clr-installer-ci/Dockerfile index 3509cc6..f077dc4 100644 --- a/clr-installer-ci/Dockerfile +++ b/clr-installer-ci/Dockerfile @@ -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 && \