We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383ca26 commit 52d3870Copy full SHA for 52d3870
Dockerfile
@@ -9,6 +9,8 @@ ARG WHISPER_VERSION
9
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
10
LABEL maintainer="thespad"
11
12
+ENV HOME=/config
13
+
14
RUN \
15
apt-get update && \
16
apt-get install -y --no-install-recommends \
0 commit comments