Skip to content

Commit

Permalink
add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
joacohoyos committed Dec 5, 2024
1 parent c62c2cf commit 6ef1b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM debian:bookworm-slim as release

RUN apt-get update && \
apt-get upgrade -yq && \
apt-get install -yq --no-install-recommends ca-certificates && \
apt-get install -yq --no-install-recommends ca-certificates curl && \
rm -rf /var/lib/apt/lists/*

COPY --from=builder /oura /usr/local/bin/oura
Expand Down

0 comments on commit 6ef1b86

Please sign in to comment.