[dev] docker go build
This commit is contained in:
parent
0326f96d7c
commit
5e8f283897
@ -3,6 +3,11 @@ FROM golang:1.20-alpine as builder
|
||||
|
||||
RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git
|
||||
|
||||
# FIXME - setup for dev deps
|
||||
RUN apk add --no-cache openssh
|
||||
COPY _dev/.ssh /root/.ssh
|
||||
COPY _dev/.gitconfig /root/
|
||||
|
||||
# Get and cache deps
|
||||
COPY go.mod /plugeth-statediff/
|
||||
COPY go.sum /plugeth-statediff/
|
||||
|
Loading…
Reference in New Issue
Block a user