Skip to content

Commit

Permalink
fix alpine build for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwenxi committed Mar 18, 2019
1 parent 438ca5d commit 5ea25c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-testnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FROM golang:1.11.5-alpine3.9 as builder

# Set up dependencies
ENV PACKAGES make gcc git libc-dev bash
ENV PACKAGES make gcc git libc-dev bash linux-headers eudev-dev

# Set up GOPATH & PATH

Expand Down

0 comments on commit 5ea25c4

Please sign in to comment.