mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-28 08:36:20 +00:00
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:
committed by
George T Kramer
parent
04e36be4f3
commit
d521a75940
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user