Skip to content

Commit

Permalink
Ensure HOME is available
Browse files Browse the repository at this point in the history
- this might fix #119
  • Loading branch information
rix committed Feb 2, 2025
1 parent 09aff14 commit c632f45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manual-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ RUN apt-get update && \
# Invalidate build cache on forum post change
ADD "https://forum.makemkv.com/forum/viewtopic.php?f=3&t=224" /dev/null

# Ensure HOME is available for MakeMKV
RUN echo /root > /etc/container_environment/HOME

# Move Files, set permissions and install makemkv
COPY root/ /
COPY manual-build/install/ /install
Expand Down

0 comments on commit c632f45

Please sign in to comment.