Skip to content

Commit

Permalink
Merge pull request #22 from port-labs/PORT-5363-add-openssl
Browse files Browse the repository at this point in the history
added open ssl
  • Loading branch information
yairsimantov20 authored Dec 27, 2023
2 parents c36e843 + b4fbf74 commit 704ba45
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,6 +1,6 @@
FROM golang:1.19-alpine

RUN apk add --no-cache wget make g++ autoconf automake libtool curl librdkafka-dev
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 704ba45

Please sign in to comment.