mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 15:02:41 +01:00
@@ -8,7 +8,7 @@ RUN apk --no-cache add \
|
||||
ENV PERKEEP_VERSION 0.10
|
||||
|
||||
RUN mkdir -p /go/src/perkeep.org \
|
||||
&& git clone --depth 1 --branch "${PERKEEP_VERSION}" https://camlistore.googlesource.com/camlistore.git /go/src/perkeep.org \
|
||||
&& git clone --depth 1 --branch "${PERKEEP_VERSION}" https://github.com/perkeep/perkeep.git /go/src/perkeep.org \
|
||||
&& cd /go/src/perkeep.org \
|
||||
&& go run make.go \
|
||||
&& cp -vr /go/bin/* /usr/local/bin/ \
|
||||
|
||||
Reference in New Issue
Block a user