Skip to content

Commit

Permalink
Merge pull request #23 from port-labs/PORT-5363-added_cgo_enabled
Browse files Browse the repository at this point in the history
added CGO_ENABLED=1
  • Loading branch information
yairsimantov20 authored Dec 27, 2023
2 parents 704ba45 + 42376c2 commit 461daeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM golang:1.19-alpine

ENV CGO_ENABLED=1

RUN apk add --no-cache wget make g++ openssl-dev autoconf automake libtool curl librdkafka-dev

USER nonroot:nonroot
Expand Down

0 comments on commit 461daeb

Please sign in to comment.