This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new f23460e Updates the Docker image with latest dependencies
f23460e is described below
commit f23460ee71380d44911228c038cd1bcef8b14d7f
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri May 3 11:43:21 2019 -0600
Updates the Docker image with latest dependencies
---
ci/docker/yum/Dockerfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ci/docker/yum/Dockerfile b/ci/docker/yum/Dockerfile
index 774fa26..a029e1f 100644
--- a/ci/docker/yum/Dockerfile
+++ b/ci/docker/yum/Dockerfile
@@ -24,7 +24,7 @@
# These can (should?) be overridden from the command line with ----build-arg,
e.g.
# docker build --build-arg OS_VERSION=7 --build-arg OS_TYPE=centos
#
-ARG OS_VERSION=28
+ARG OS_VERSION=30
ARG OS_TYPE=fedora
# This does currently not work, e.g. this I'd expect to make it conditional:
@@ -51,8 +51,8 @@ RUN yum -y update; \
git rpm-build distcc-server file wget openssl hwloc; \
# Devel packages that ATS needs
yum -y install openssl-devel expat-devel pcre-devel libcap-devel
hwloc-devel libunwind-devel \
- xz-devel libcurl-devel ncurses-devel jemalloc-devel GeoIP-devel
kyotocabinet-devel luajit-devel \
- brotli-devel ImageMagick-devel ImageMagick-c++-devel \
+ xz-devel libcurl-devel ncurses-devel jemalloc-devel GeoIP-devel
luajit-devel brotli-devel \
+ ImageMagick-devel ImageMagick-c++-devel hiredis-devel \
perl-ExtUtils-MakeMaker perl-Digest-SHA perl-URI; \
# This is for autest stuff
yum -y install python3 python3-virtualenv python-virtualenv httpd-tools
procps-ng nmap-ncat; \