Skip to content

Commit

Permalink
docker: add links to missing GNUstep resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 15, 2024
1 parent 75e6487 commit df64655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ RUN a2enmod \
useradd --system --gid sogo sogo && \
mkdir -p /usr/lib/GNUstep/ && \
ln -s /usr/local/lib/GNUstep/SOGo /usr/lib/GNUstep/SOGo && \
(ln -s /usr/local/lib/GNUstep/* /usr/lib/GNUstep/ || :) && \
(ln -s /usr/local/lib/GNUstep/Libraries/Resources/* /usr/lib/GNUstep/Libraries/Resources/ || :) && \
ln -s /usr/local/sbin/sogo-tool /usr/sbin/sogo-tool && \
ln -s /usr/local/sbin/sogo-ealarms-notify /usr/sbin/sogo-ealarms-notify && \
ln -s /usr/local/sbin/sogo-slapd-sockd /usr/sbin/sogo-slapd-sockd && \
Expand Down

0 comments on commit df64655

Please sign in to comment.