We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96a087 commit 82f0d3dCopy full SHA for 82f0d3d
1 file changed
Dockerfile
@@ -55,7 +55,7 @@ RUN cp /app/target/$BUILD_PROFILE/lumen /lumen
55
FROM ubuntu:22.04 AS runtime
56
57
RUN apt-get update && \
58
- apt-get install -y ca-certificates libssl-dev pkg-config strace && \
+ apt-get install -y ca-certificates curl libssl-dev pkg-config strace && \
59
rm -rf /var/lib/apt/lists/*
60
61
WORKDIR /app
0 commit comments