mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-18 14:47:03 +00:00
docker: Install libcap2-bin binary
The latest Debian stable images don't include the `setcap` binary by default like they used to. Our Docker build depends on it, so this patch makes the Dockerfile install the libcap2-bin package (which contains the `setcap` binary).
This commit is contained in:
@@ -28,7 +28,7 @@ RUN apt-get install -y -q \
|
|||||||
chasquid \
|
chasquid \
|
||||||
dovecot-lmtpd dovecot-imapd dovecot-pop3d \
|
dovecot-lmtpd dovecot-imapd dovecot-pop3d \
|
||||||
dovecot-sieve dovecot-managesieved \
|
dovecot-sieve dovecot-managesieved \
|
||||||
acl sudo certbot
|
acl libcap2-bin sudo certbot
|
||||||
|
|
||||||
# Copy the binaries. This overrides the debian packages with the ones we just
|
# Copy the binaries. This overrides the debian packages with the ones we just
|
||||||
# built above.
|
# built above.
|
||||||
|
|||||||
Reference in New Issue
Block a user