mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
update dockerfile file for speed (#614)
Co-authored-by: karzak <kjydavis3@gmail.com>
This commit is contained in:
parent
2ffb1edd1f
commit
3e4e2ff659
@ -1,3 +1,4 @@
|
||||
.git/
|
||||
build/
|
||||
**/node_modules/
|
||||
.git/
|
||||
docs/
|
||||
|
@ -1,10 +1,10 @@
|
||||
FROM golang:alpine AS build-env
|
||||
FROM golang:1.13-alpine AS build-env
|
||||
|
||||
# Set up dependencies
|
||||
# bash for debugging
|
||||
# bash, jq, curl for debugging
|
||||
# git, make for installation
|
||||
# libc-dev, gcc, linux-headers, eudev-dev are used for cgo and ledger installation (possibly)
|
||||
RUN apk add bash git make libc-dev gcc linux-headers eudev-dev jq
|
||||
# libc-dev, gcc, linux-headers, eudev-dev are used for cgo and ledger installation
|
||||
RUN apk add bash git make libc-dev gcc linux-headers eudev-dev jq curl
|
||||
|
||||
|
||||
# Set working directory for the build
|
||||
|
Loading…
Reference in New Issue
Block a user