Skip to content

Commit

Permalink
fix: add libc-dev to builder
Browse files Browse the repository at this point in the history
This doesn't make it into the final image, just the builder image

Because we now depend on the .go files we need to be able to rebuild
`pkg/apis/workflow/v1alpha1/openapi_generated.go`, who's make target
depends upon `/go/bin/openapi-gen` which needs libc-dev to build.

Signed-off-by: Alan Clucas <[email protected]>
  • Loading branch information
Joibel committed Jul 25, 2024
1 parent 7a7232d commit 26d2c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk update && apk add --no-cache \
wget \
curl \
gcc \
libc-dev \
bash \
mailcap

Expand Down

0 comments on commit 26d2c3b

Please sign in to comment.