build: Also update Dockerfile.buildx for new package dependency

This commit is contained in:
Jakob Borg 2022-10-04 08:31:54 +02:00
parent 57443804ba
commit 1306d86a62
1 changed files with 1 additions and 1 deletions

View File

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