summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2022-10-04 08:31:54 +0200
committerJakob Borg <jakob@kastelo.net>2022-10-04 08:31:54 +0200
commit1306d86a62dd5efdcabb8542c8f80dbfbd6253c5 (patch)
tree5b6476693ba19de61cb92319a0a167eea5d0c673
parent57443804ba07960c53812b0270db559a47487d83 (diff)
build: Also update Dockerfile.buildx for new package dependency
-rw-r--r--Dockerfile.buildx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.buildx b/Dockerfile.buildx
index 954574019e..a244d906f5 100644
--- a/Dockerfile.buildx
+++ b/Dockerfile.buildx
@@ -5,7 +5,7 @@ EXPOSE 8384 22000/tcp 22000/udp 21027/udp
VOLUME ["/var/syncthing"]
-RUN apk add --no-cache ca-certificates su-exec tzdata
+RUN apk add --no-cache ca-certificates su-exec tzdata libcap
COPY ./syncthing-linux-$TARGETARCH /bin/syncthing
COPY ./script/docker-entrypoint.sh /bin/entrypoint.sh