Skip to content

Commit

Permalink
remove patch 1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez authored Mar 12, 2021
1 parent 82fa178 commit fcdb5be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ FROM golang:1.15-alpine as builder
ARG UPSTREAM_VERSION

RUN apk add --no-cache make gcc musl-dev linux-headers git bash
ADD https://golang.org/dl/go1.15.5.src.tar.gz /tmp/go.tar.gz
RUN (cd /tmp && tar -xf go.tar.gz)
RUN (cd /tmp/go/src && ./make.bash)
ENV PATH="/tmp/go/bin:${PATH}"

RUN git clone -b ${UPSTREAM_VERSION} https://github.com/ethereum/go-ethereum.git && \
cd go-ethereum && make geth
Expand Down

0 comments on commit fcdb5be

Please sign in to comment.