Skip to content

Commit

Permalink
docker: fix gnustep paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 14, 2024
1 parent f8f0d1d commit 844119d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ RUN apt-get update -y && \
COPY --from=builder /usr/local/sbin/* /usr/sbin/
COPY --from=builder /usr/local/lib/sogo/* /usr/lib/sogo/
COPY --from=builder /usr/local/lib/GNUstep/* /usr/lib/GNUstep/
COPY --from=builder /usr/local/share/GNUstep/* /usr/share/GNUstep/
COPY --from=builder /usr/local/include/GNUstep/* /usr/include/GNUstep/
COPY --from=builder /usr/share/GNUstep/* /usr/share/GNUstep/
COPY --from=builder /tmp/SOGo/Scripts/sogo-default /etc/default/sogo
COPY --from=builder /tmp/SOGo/Scripts/sogo.cron /etc/cron.d/sogo
COPY --from=builder /tmp/SOGo/Scripts/sogo.conf /etc/sogo/sogo.conf
Expand Down

0 comments on commit 844119d

Please sign in to comment.