Skip to content

Commit

Permalink
fix: (Dockerfile) dnsutils installation
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe-blox committed Jun 13, 2024
1 parent 203da18 commit da69592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
#
FROM golang:1.20.7 AS runner

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
dnsutils=1:9.18.24-1 && \
rm -rf /var/lib/apt/lists/*

WORKDIR /

COPY --from=builder /go/bin/ssvnode /go/bin/ssvnode
Expand Down

0 comments on commit da69592

Please sign in to comment.