Skip to content

Commit 82f0d3d

Browse files
committed
chore: add netcat tool to the container image
1 parent f96a087 commit 82f0d3d

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
@@ -55,7 +55,7 @@ RUN cp /app/target/$BUILD_PROFILE/lumen /lumen
5555
FROM ubuntu:22.04 AS runtime
5656

5757
RUN apt-get update && \
58-
apt-get install -y ca-certificates libssl-dev pkg-config strace && \
58+
apt-get install -y ca-certificates curl libssl-dev pkg-config strace && \
5959
rm -rf /var/lib/apt/lists/*
6060

6161
WORKDIR /app

0 commit comments

Comments
 (0)