mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
build: Also update Dockerfile.buildx for new package dependency
This commit is contained in:
parent
57443804ba
commit
1306d86a62
@ -5,7 +5,7 @@ EXPOSE 8384 22000/tcp 22000/udp 21027/udp
|
|||||||
|
|
||||||
VOLUME ["/var/syncthing"]
|
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 ./syncthing-linux-$TARGETARCH /bin/syncthing
|
||||||
COPY ./script/docker-entrypoint.sh /bin/entrypoint.sh
|
COPY ./script/docker-entrypoint.sh /bin/entrypoint.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user