Skip to content

Commit

Permalink
add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
umutbasal committed Aug 25, 2024
1 parent b370dc9 commit 7fe5f5e
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 @@ -10,7 +10,7 @@ RUN cargo build --release
FROM alpine:3.18
WORKDIR /app
RUN apk update \
&& apk add openssl ca-certificates
&& apk add openssl ca-certificates curl

EXPOSE 8080

Expand Down

0 comments on commit 7fe5f5e

Please sign in to comment.