From fcc2cde8953acea591645744f5a0d36b0018adb8 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 6 May 2016 20:13:18 +0200 Subject: [PATCH] tor: env TERM=xterm --- tor/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tor/Dockerfile b/tor/Dockerfile index 06f7778..e711452 100644 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -1,6 +1,7 @@ FROM alpine:edge ARG ARM_VERSION=1.4.5.0 +ENV TERM=xterm VOLUME /tor VOLUME /torconfig