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
No related merge requests found
Pipeline #64323 failed
FROM golang:1.16 as build FROM golang:1.16 as build
ADD . /src 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 RUN cd /src && go build -tags netgo -o service-prober ./cmd/service-prober && strip service-prober
FROM scratch FROM scratch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment