summaryrefslogtreecommitdiff
path: root/mkvtool
diff options
context:
space:
mode:
Diffstat (limited to 'mkvtool')
-rw-r--r--mkvtool/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkvtool/Dockerfile b/mkvtool/Dockerfile
index ee6450d..27b2946 100644
--- a/mkvtool/Dockerfile
+++ b/mkvtool/Dockerfile
@@ -12,4 +12,4 @@ RUN wget https://github.com/MkvAutoSubset/MkvAutoSubset/releases/download/v${VER
mkdir fonts
WORKDIR ~
-CMD ["sh"] \ No newline at end of file
+CMD ["sh", "-c", "[ -d ~/.mkvtool/caches ] || mkvtool -cc -s /fonts ; sh"] \ No newline at end of file