Commit 980d0dd6 authored by Matthew Slipper's avatar Matthew Slipper

go/proxyd: Add musl/gcc to build

We need to manually include musl headers and GCC now that proxyd has a geth dependency and needs CGO.
parent 235c7af1
......@@ -4,7 +4,7 @@ ARG GITCOMMIT=docker
ARG GITDATE=docker
ARG GITVERSION=docker
RUN apk add make jq git
RUN apk add make jq git gcc musl-dev linux-headers
WORKDIR /app
COPY ./go/proxyd /app
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment