From 0df1432592ffe56962550360bc066b2d9062b639 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 4 Apr 2019 14:00:27 -0400 Subject: [PATCH] Blargh should have checked this in with the other Tor changes --- .circleci/Dockerfile.debian-9-tor | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .circleci/Dockerfile.debian-9-tor diff --git a/.circleci/Dockerfile.debian-9-tor b/.circleci/Dockerfile.debian-9-tor new file mode 100644 index 000000000..9b8385a37 --- /dev/null +++ b/.circleci/Dockerfile.debian-9-tor @@ -0,0 +1,3 @@ +FROM tahoelafsci/debian:9 + +RUN ${BUILD_SRC_ROOT}/integration/install-tor.sh