Skip to content

Commit 8003d4b

Browse files
committed
add curl
1 parent 9b0918a commit 8003d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FROM debian:bookworm-slim as release
3232

3333
RUN apt-get update && \
3434
apt-get upgrade -yq && \
35-
apt-get install -yq --no-install-recommends ca-certificates && \
35+
apt-get install -yq --no-install-recommends ca-certificates curl && \
3636
rm -rf /var/lib/apt/lists/*
3737

3838
COPY --from=builder /oura /usr/local/bin/oura

0 commit comments

Comments
 (0)