Skip to content

Commit

Permalink
Merge branch 'master' into periodic-pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee authored Apr 2, 2024
2 parents d23127b + fd0fa36 commit 3983a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN go build

FROM debian:bookworm-slim

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt install -y ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/*

WORKDIR /app

COPY --from=builder /app/dirk /app
Expand Down

0 comments on commit 3983a78

Please sign in to comment.