From 73caf240838b0e6c446d8af7444db193be68f263 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 8 May 2016 00:43:56 +0200 Subject: [PATCH] tor: fix arm --- tor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor/Dockerfile b/tor/Dockerfile index 0cbcc1d..3679cd4 100644 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -28,7 +28,7 @@ RUN BUILD_DEPS=" \ && cd tor-${TOR_VERSION} \ && ./configure --disable-asciidoc \ && make && make install \ - && adduser -H -D -s /sbin/nologin -u ${TOR_USER_ID} tor \ + && adduser -h /var/run/tor -D -s /sbin/nologin -u ${TOR_USER_ID} tor \ && cd /tmp \ && wget -q https://www.atagar.com/arm/resources/static/arm-${ARM_VERSION}.tar.bz2 \ && tar xjf /tmp/arm-${ARM_VERSION}.tar.bz2 && cd arm && ./install \