diff --git a/calibre/Dockerfile b/calibre/Dockerfile index 2c05aa3ab..e7f3c93b8 100644 --- a/calibre/Dockerfile +++ b/calibre/Dockerfile @@ -49,7 +49,8 @@ RUN \ # Specific images modifications RUN \ - usermod --home /config/addons_config/calibre abc + usermod --home /config/addons_config/calibre abc \ + && mkdir -p /opt/calibre ################## # 3 Install apps #