Skip to content

Commit

Permalink
It compiles now
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronVasquez committed Sep 28, 2018
1 parent bdb46f1 commit fe6a2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ COPY . .
RUN dep ensure -vendor-only

# Hack for C lib
RUN cp -a \
"${GOPATH}/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1" \
"vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/"
RUN ["cp", "-a", \
"/go/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1", \
"vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/"]

RUN buffalo version

0 comments on commit fe6a2f0

Please sign in to comment.