Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Run ldconfig at the end of the installation to work around loader issue.
  • Loading branch information
ehuelsmann authored Jul 13, 2024
1 parent b697c40 commit e40bf35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ledgersmb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ RUN chmod +x /usr/local/bin/start.sh && \
mkdir -p /var/www && \
chown www-data /var/www

RUN ldconfig -v

# Work around an aufs bug related to directory permissions:
RUN mkdir -p /tmp && \
chmod 1777 /tmp
Expand Down

0 comments on commit e40bf35

Please sign in to comment.