Skip to content

Commit 5b38b6e

Browse files
committed
fix: add missing runtime dependencies
1 parent 74356ef commit 5b38b6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ WORKDIR /app
2525
# Install runtime dependencies
2626
RUN apt-get update && apt-get install -y \
2727
ca-certificates \
28+
libssl3 \
29+
curl \
2830
&& rm -rf /var/lib/apt/lists/*
2931

3032
# Copy the binary from builder

0 commit comments

Comments
 (0)