summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKengo Seki <sekikn@apache.org>2019-12-26 14:34:57 +0900
committerJens Geyer <jensg@apache.org>2020-01-28 23:27:48 +0100
commitcb4c31a0720e5449ac562b65ac7916f583d0cb7f (patch)
tree9ccccd2f0e69065f0fb3d171245aaa8e05367d49 /build
parente56f717b7f62ba5b1ace7382d728ac7f0fda940f (diff)
downloadthrift-cb4c31a0720e5449ac562b65ac7916f583d0cb7f.tar.gz
THRIFT-5050 Fix MemoryBuffer.pm to raise a proper exception if no data is available
Client: perl Patch: Kengo Seki This closes #1967
Diffstat (limited to 'build')
-rw-r--r--build/docker/ubuntu-bionic/Dockerfile3
-rw-r--r--build/docker/ubuntu-disco/Dockerfile3
-rw-r--r--build/docker/ubuntu-xenial/Dockerfile3
3 files changed, 6 insertions, 3 deletions
diff --git a/build/docker/ubuntu-bionic/Dockerfile b/build/docker/ubuntu-bionic/Dockerfile
index 79d698f27..fa8a2da3a 100644
--- a/build/docker/ubuntu-bionic/Dockerfile
+++ b/build/docker/ubuntu-bionic/Dockerfile
@@ -203,7 +203,8 @@ RUN apt-get install -y --no-install-recommends \
libclass-accessor-class-perl \
libcrypt-ssleay-perl \
libio-socket-ssl-perl \
- libnet-ssleay-perl
+ libnet-ssleay-perl \
+ libtest-exception-perl
RUN apt-get install -y --no-install-recommends \
`# Php dependencies` \
diff --git a/build/docker/ubuntu-disco/Dockerfile b/build/docker/ubuntu-disco/Dockerfile
index 95a2c780b..fd9464b77 100644
--- a/build/docker/ubuntu-disco/Dockerfile
+++ b/build/docker/ubuntu-disco/Dockerfile
@@ -204,7 +204,8 @@ RUN apt-get install -y --no-install-recommends \
libclass-accessor-class-perl \
libcrypt-ssleay-perl \
libio-socket-ssl-perl \
- libnet-ssleay-perl
+ libnet-ssleay-perl \
+ libtest-exception-perl
RUN apt-get install -y --no-install-recommends \
`# Php dependencies` \
diff --git a/build/docker/ubuntu-xenial/Dockerfile b/build/docker/ubuntu-xenial/Dockerfile
index 8df088739..af91e1b3d 100644
--- a/build/docker/ubuntu-xenial/Dockerfile
+++ b/build/docker/ubuntu-xenial/Dockerfile
@@ -213,7 +213,8 @@ RUN apt-get install -y --no-install-recommends \
libclass-accessor-class-perl \
libcrypt-ssleay-perl \
libio-socket-ssl-perl \
- libnet-ssleay-perl
+ libnet-ssleay-perl \
+ libtest-exception-perl
RUN apt-get install -y --no-install-recommends \
`# Php dependencies` \