Skip to content

Commit

Permalink
Add missing Dockerfile dep
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Nov 21, 2022
1 parent f28dcd9 commit d406a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.19-alpine3.16@sha256:4e2a54594cfe7002a98c483c28f6f3a78e5c7f4010c355a8cf960292a3fdecfe AS builder
ARG VERSION=dev-snapshot
RUN mkdir /build
RUN apk add --update make
RUN apk add --update make gcc musl-dev
WORKDIR /build
COPY . /build
RUN make BUILD_VERSION=${VERSION}
Expand Down

0 comments on commit d406a59

Please sign in to comment.