Skip to content

Commit

Permalink
Merge pull request #1362 from chengwenxi/alpine-build
Browse files Browse the repository at this point in the history
R4R: Fix alpine build for testnet
  • Loading branch information
Haifeng Xi authored Mar 19, 2019
2 parents 438ca5d + 5ea25c4 commit 80bc649
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 80bc649

Please sign in to comment.