From 21b0df7a382bb491d66317b45895891b85ae220f Mon Sep 17 00:00:00 2001
From: Manuel Thalmann <m@nuth.ch>
Date: Fri, 18 Apr 2025 05:27:45 +0200
Subject: [PATCH] Ensure the proton data directory exists

---
 .../Common/Software/docker/services/jellyfin/rtorrent.Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/Common/Software/docker/services/jellyfin/rtorrent.Dockerfile b/scripts/Common/Software/docker/services/jellyfin/rtorrent.Dockerfile
index 3406add4..1b784480 100644
--- a/scripts/Common/Software/docker/services/jellyfin/rtorrent.Dockerfile
+++ b/scripts/Common/Software/docker/services/jellyfin/rtorrent.Dockerfile
@@ -30,6 +30,7 @@ ENV PVPN_USERNAME= \
     PGID=1000 \
     PHOME=/home/${USERNAME}
 
+RUN mkdir /proton
 ENTRYPOINT [ "proton-entrypoint" ]
 
 FROM vpn AS rtorrent