Hi All,
I'm trying to make a forum with Misago. I have a server Debian 9 Stretch. When I clone misago-docker and I run /appctl setup
, I got the below error :
Setting up postgresql-client-10 (10.12-2.pgdg100+1) ...
update-alternatives: using /usr/share/postgresql/10/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
dpkg: dependency problems prevent configuration of exim4-daemon-light:
exim4-daemon-light depends on exim4-base (>= 4.92); however:
Package exim4-base is not configured yet.
dpkg: error processing package exim4-daemon-light (--configure):
dependency problems - leaving unconfigured
Setting up libmailutils5:amd64 (1:3.5-3) ...
Setting up mailutils (1:3.5-3) ...
update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for mime-support (3.62) ...
Errors were encountered while processing:
exim4-config
exim4-base
exim4-daemon-light
W: Download is performed unsandboxed as root as file '/var/cache/apt/archives/partial/cron_3.0pl1-134+deb10u1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) E: Sub-process /usr/bin/dpkg returned an error code (1)
ERROR: Service 'misago' failed to build: The command '/bin/sh -c wget -q www.postgresql.org/media/keys/ACCC4CF8.asc -O - | apt-key add - && sh -c 'echo "deb apt.postgresql.org/pub/repos/apt/ buster-pgdg main" >> /etc/apt/sources.list.d/pgdg.list' && apt-get update && apt-get install -y --allow-unauthenticated vim libffi-dev libssl-dev libjpeg-dev libopenjp2-7-dev locales cron postgresql-client-10 gettext && apt-get clean' returned a non-zero code: 100
Builds, (re)creates, starts, and attaches to containers for a service.
Thank you in advance