Skip to content

Commit

Permalink
Update compilation stage of Dockerfile to match avalanchego docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Aug 16, 2021
1 parent 9e79145 commit 64e8199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
ARG AVALANCHE_VERSION

# ============= Compilation Stage ================
FROM golang:1.15.5-alpine AS builder
RUN apk add --no-cache bash git make gcc musl-dev linux-headers git ca-certificates g++
FROM golang:1.15.5-buster AS builder
RUN apt-get update && apt-get install -y --no-install-recommends bash=5.0-4 git=1:2.20.1-2+deb10u3 make=4.2.1-1.2 gcc=4:8.3.0-1 musl-dev=1.1.21-2 ca-certificates=20200601~deb10u2 linux-headers-amd64=4.19+105+deb10u12

WORKDIR /build
# Copy and download avalanche dependencies using go mod
Expand Down

0 comments on commit 64e8199

Please sign in to comment.