Skip to content

Commit

Permalink
clr-installer-ci: Add the GTK development support
Browse files Browse the repository at this point in the history
Missed the development libraries needed for building, but not for running.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
  • Loading branch information
mdhorn authored and gtkramer committed Jun 5, 2019
1 parent 04e36be commit d521a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clr-installer-ci/Dockerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit d521a75

Please sign in to comment.