Skip to content

Commit

Permalink
add missing deps in docker
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Anderson <[email protected]>
  • Loading branch information
dmikey committed Jun 6, 2024
1 parent 013b8bc commit 18d05c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ RUN go build -o bls-avs-tools cli/*.go

# final image
from debian:bookworm-slim

RUN apt-get update && \
apt-get install --no-install-recommends -y curl sudo daemontools jq ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

WORKDIR /
COPY --from=gobuilder bls-avs-tools bls-avs-tools

Expand Down

0 comments on commit 18d05c9

Please sign in to comment.