diff --git a/Dockerfile b/Dockerfile index b110542..96e4ba9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ ARG WHISPER_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thespad" +ENV HOME=/config + RUN \ apt-get update && \ apt-get install -y --no-install-recommends \