Commit e634bf2c authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2012 from mslipper/bugfix/proxyd-build

Fix proxyd build
parents 235c7af1 980d0dd6
......@@ -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