Skip to content

Commit

Permalink
docker: add more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 14, 2024
1 parent 844119d commit 57b5456
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ RUN apt-get update -y && \
postgresql-client \
nginx \
supervisor \
gnustep-make \
gnustep-base-runtime \
libc6 \
libcrypt1 \
liblasso3 \
lsb-base \
libwbxml2-1 \
libcurl4 \
libgcc-s1 \
Expand Down Expand Up @@ -103,7 +107,9 @@ 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/lib/GNUstep/* /usr/lib/GNUstep/
COPY --from=builder /usr/local/lib/GNUstep/* /usr/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/share/GNUstep/* /usr/share/GNUstep/
COPY --from=builder /tmp/SOGo/Scripts/sogo-default /etc/default/sogo
Expand Down

0 comments on commit 57b5456

Please sign in to comment.