Skip to content
Snippets Groups Projects
Commit 0f92dbde authored by ale's avatar ale
Browse files

Merge branch 'master' into 'master'

Install missing setcap package

See merge request !17
parents 6fe0f0ad 3d080dbc
No related branches found
No related tags found
1 merge request!17Install missing setcap package
Pipeline #64325 failed
FROM docker.io/library/golang:1.20.1 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment