Skip to content
Snippets Groups Projects
Unverified Commit 3d080dbc authored by micah's avatar micah
Browse files

Install missing package

parent 206aea7e
No related branches found
No related tags found
1 merge request!17Install missing setcap package
FROM golang:1.16 as build
ADD . /src
RUN apt-get update && apt-get install --no-install-recommends -y libcap2-bin
RUN cd /src && go build -tags netgo -o service-prober ./cmd/service-prober && strip service-prober
FROM scratch
......
  • ale @ale

    mentioned in commit ca37e31a

    ·

    mentioned in commit ca37e31a

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment