Skip to content

Commit

Permalink
docker: remove git and fix Apache config path
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 15, 2024
1 parent bf984e1 commit dcb25c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ RUN apt-get update -y && \
apt-get install -y \
ca-certificates \
tzdata \
wget \
make \
git \
curl \
cron \
gettext \
gnupg2 \
Expand Down Expand Up @@ -111,7 +109,7 @@ 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
COPY --from=builder /tmp/SOGo/Scripts/ /usr/share/doc/sogo/
COPY --from=builder /tmp/SOGO/Apache/SOGo.conf /etc/apache2/conf-available/SOGo.conf
COPY --from=builder /tmp/SOGo/Apache/SOGo.conf /etc/apache2/conf-available/SOGo.conf

COPY supervisord.conf /opt/supervisord.conf
COPY config_parser.sh /opt/config_parser.sh
Expand Down

0 comments on commit dcb25c8

Please sign in to comment.