Skip to content

Commit

Permalink
add dig
Browse files Browse the repository at this point in the history
  • Loading branch information
umutbasal committed Aug 25, 2024
1 parent 7fe5f5e commit e7a7a25
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 curl
&& apk add openssl ca-certificates curl bind-tools

EXPOSE 8080

Expand Down

0 comments on commit e7a7a25

Please sign in to comment.