From 2ce1899c62cd58ae54d3c3bf07adab12536af76d Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 16 Jan 2017 04:05:06 +0000 Subject: [PATCH] add home variable --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a50726d..84ef502 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,9 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" # environment settings -ENV BEETSDIR="/config" -ENV EDITOR="nano" +ENV BEETSDIR="/config" \ +EDITOR="nano" \ +HOME="/config" # install runtime packages RUN \