Browse Source

build: Also update Dockerfile.buildx for new package dependency

Jakob Borg 3 years ago
parent
commit
1306d86a62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile.buildx

+ 1 - 1
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