disable service chroots until I understand the problems properly
This commit is contained in:
parent
87adbb9b0c
commit
5724cc82eb
@ -56,7 +56,7 @@ RUN cd /tmp/pigeonhole && \
|
|||||||
--disable-static && \
|
--disable-static && \
|
||||||
make && make install
|
make && make install
|
||||||
|
|
||||||
FROM docker.io/thallian/confd-env:3.16
|
FROM docker.io/thallian/confd-env:3.17-3.1.3.0
|
||||||
|
|
||||||
COPY --from=builder /lib/dovecot/ /lib/dovecot/
|
COPY --from=builder /lib/dovecot/ /lib/dovecot/
|
||||||
COPY --from=builder /libexec/dovecot/ /libexec/dovecot/
|
COPY --from=builder /libexec/dovecot/ /libexec/dovecot/
|
||||||
|
@ -21,3 +21,16 @@ service auth {
|
|||||||
|
|
||||||
service auth-worker {
|
service auth-worker {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service anvil {
|
||||||
|
chroot =
|
||||||
|
}
|
||||||
|
service imap-login {
|
||||||
|
chroot =
|
||||||
|
}
|
||||||
|
service pop3-login {
|
||||||
|
chroot =
|
||||||
|
}
|
||||||
|
service ipc {
|
||||||
|
chroot =
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user