Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
FlorinPeter authored and guvenc committed Jun 28, 2023
1 parent 0ce9fe2 commit f4e8295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ COPY .git .git
COPY Makefile .
COPY go.mod .
COPY go.sum .
COPY *.go .
COPY *.go ./

RUN make amd64

FROM debian:bookworm-slim
FROM debian:bullseye-slim

RUN apt-get update && apt-get install -y iproute2 ethtool wget adduser inetutils-ping && rm -rf /var/lib/apt/lists/*
COPY --from=builder /workspace/target/metalbond_amd64 /usr/sbin/metalbond

0 comments on commit f4e8295

Please sign in to comment.