Skip to content

Commit

Permalink
Docker: getting algolia-client-go
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard committed Nov 21, 2019
1 parent cc7d63b commit b013f66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ RUN go get -u golang.org/x/crypto/bcrypt
RUN go get -u golang.org/x/lint/golint
RUN go get -u github.com/dgrijalva/jwt-go
RUN go get -u github.com/mmcloughlin/geohash
RUN mkdir -p /root/go/src/tmp && \
cd /root/go/src/tmp && \
go mod init tmp && \
go get github.com/algolia/algoliasearch-client-go/v3@v3.4.0
RUN rm -fr /var/lib/api/lists/*

RUN cp /root/go/bin/* /usr/local/bin/

0 comments on commit b013f66

Please sign in to comment.