Skip to content

Commit

Permalink
fix: manually clone
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Jan 9, 2025
1 parent 4c0d12e commit f2c283e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextcloud/push-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM rust:1-alpine AS build

ARG PUSH_VERSION=0.7.0

ADD https://github.com/nextcloud/notify_push#v${PUSH_VERSION} /usr/local/src
RUN apk add --no-cache git && \
git clone -b v${PUSH_VERSION} https://github.com/nextcloud/notify_push /usr/local/src

WORKDIR /usr/local/src

Expand Down

0 comments on commit f2c283e

Please sign in to comment.