Skip to content

Commit 603d9a1

Browse files
committed
Add libssl-dev to build deps in Dockerfile
1 parent 3a1c3c6 commit 603d9a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM golang:1.25.0 AS build
66

77
ARG TARGETARCH
88

9-
RUN apt-get update && apt-get install -y --no-install-recommends gcc g++ && rm -rf /var/lib/apt/lists/*
9+
RUN apt-get update && apt-get install -y --no-install-recommends gcc g++ libssl-dev && rm -rf /var/lib/apt/lists/*
1010

1111
WORKDIR /app
1212

0 commit comments

Comments
 (0)