C++ test: test with Debian stretch 

Fixes #2360.

--
Change-Id: I33dcfa1128b74f20dde14c5b5e095790a8961bd5
Reviewed-on: https://cr.bazel.build/8219
PiperOrigin-RevId: 144685099
MOS_MIGRATED_REVID=144685099
diff --git a/tools/cpp/test/Dockerfile.debian-stretch b/tools/cpp/test/Dockerfile.debian-stretch
new file mode 100644
index 0000000..a52716c
--- /dev/null
+++ b/tools/cpp/test/Dockerfile.debian-stretch
@@ -0,0 +1,9 @@
+FROM debian:stretch
+RUN apt-get update
+RUN apt-get install -y --no-install-recommends curl ca-certificates \
+      unzip build-essential \
+      git pkg-config zip unzip \
+      g++ gcc openjdk-8-jdk \
+      zlib1g-dev libarchive-dev \
+      ca-certificates-java && \
+    apt-get clean