summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-04-02 14:42:05 +1030
committerJoel Stanley <joel@jms.id.au>2019-04-02 14:42:48 +1030
commit68e6b8262525a29f3151e879a29788dd61a5241a (patch)
tree87bed00fd7b0b327df20199cd83342b2a33c3508
parente894f85b5c982d153f106ae1117a928cbc5eaf06 (diff)
downloadtalos-op-build-68e6b8262525a29f3151e879a29788dd61a5241a.tar.gz
talos-op-build-68e6b8262525a29f3151e879a29788dd61a5241a.zip
ci: Add gwak to docker images
Building localedef for the host requires this. Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--ci/Dockerfile/fedora292
-rw-r--r--ci/Dockerfile/ubuntu18042
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/Dockerfile/fedora29 b/ci/Dockerfile/fedora29
index 362fbc67..97bbfe70 100644
--- a/ci/Dockerfile/fedora29
+++ b/ci/Dockerfile/fedora29
@@ -1,7 +1,7 @@
FROM fedora:29
RUN dnf -y remove vim-minimal
RUN dnf -y install gcc-c++ flex bison git ctags cscope expat-devel patch zlib-devel zlib-static texinfo perl-bignum "perl(XML::Simple)" "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" libxml2-devel libxslt "perl(ExtUtils::MakeMaker)"
-RUN dnf -y install which wget unzip tar cpio python bzip2 bc vim redhat-lsb-core
+RUN dnf -y install which wget unzip tar cpio python bzip2 bc vim redhat-lsb-core gawk
RUN dnf -y install findutils
RUN dnf -y install ncurses-devel openssl-devel
RUN dnf -y install rsync
diff --git a/ci/Dockerfile/ubuntu1804 b/ci/Dockerfile/ubuntu1804
index a4a9f30b..49c7b007 100644
--- a/ci/Dockerfile/ubuntu1804
+++ b/ci/Dockerfile/ubuntu1804
@@ -4,7 +4,7 @@ RUN sed -e 's/main$/main universe/' --in-place=orig /etc/apt/sources.list
RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yy cscope ctags \
libz-dev libexpat-dev \
python language-pack-en texinfo \
- build-essential g++ git bison flex unzip \
+ build-essential g++ git bison flex unzip gawk \
cpio vim-common lsb-release \
libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc \
wget bc libssl-dev python-matplotlib python-numpy graphviz eatmydata bsdmainutils rsync
OpenPOWER on IntegriCloud