1
0
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:
Alberto Bertogli
2021-09-03 11:41:59 +01:00
parent 4bd2b9e3c0
commit a5bd8cbc0d

View File

@@ -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.