docker-nextcloud/Dockerfile
Aode (lion) b894a3b426
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing
Add correct notify_push binaries to images
2021-12-22 15:25:57 -06:00

11 lines
274 B
Docker

ARG REPO_ARCH
FROM linuxserver/nextcloud:$REPO_ARCH-php8-NEXTCLOUD_VERSION
ARG TARGET_TRIPLE
ADD https://github.com/nextcloud/notify_push/releases/download/v0.3.0/notify_push-$TARGET_TRIPLE /usr/local/bin/notify_push
RUN chmod +x /usr/local/bin/notify_push
COPY root/ /