We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0918a commit 8003d4bCopy full SHA for 8003d4b
Dockerfile
@@ -32,7 +32,7 @@ FROM debian:bookworm-slim as release
32
33
RUN apt-get update && \
34
apt-get upgrade -yq && \
35
- apt-get install -yq --no-install-recommends ca-certificates && \
+ apt-get install -yq --no-install-recommends ca-certificates curl && \
36
rm -rf /var/lib/apt/lists/*
37
38
COPY --from=builder /oura /usr/local/bin/oura
0 commit comments