Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jun 16, 2021
1 parent 6e97b40 commit cb78078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions revad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

WORKDIR /go/src/github/cs3org
RUN git clone https://github.com/ylebre/reva
RUN git clone https://github.com/SamuAlfageme/reva
WORKDIR /go/src/github/cs3org/reva
RUN git checkout static-build
RUN git checkout docker_fix_base_cgo

# FIXME: find a way to only download dependencies at this point
# That would speed up rebuilds when editing the contents of reva-storage-nextcloud
Expand Down

0 comments on commit cb78078

Please sign in to comment.