Skip to content

Commit

Permalink
docker: separate local and non local GNUstep folders
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 14, 2024
1 parent 375ef6f commit a0b151b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,12 @@ RUN apt-get update -y && \
rm -rf /var/lib/apt/lists/*

# add config, binaries, libraries, and init files

COPY --from=builder /usr/local/sbin/ /usr/sbin/
COPY --from=builder /usr/local/lib/sogo/ /usr/lib/sogo/
COPY --from=builder /usr/lib/GNUstep/ /usr/lib/GNUstep/
COPY --from=builder /usr/local/lib/GNUstep/ /usr/lib/GNUstep/
COPY --from=builder /usr/local/lib/GNUstep/ /usr/local/lib/GNUstep/
COPY --from=builder /usr/include/GNUstep/ /usr/include/GNUstep/
COPY --from=builder /usr/local/include/GNUstep/ /usr/include/GNUstep/
COPY --from=builder /usr/local/include/GNUstep/ /usr/local/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
Expand Down

0 comments on commit a0b151b

Please sign in to comment.