Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
service-prober
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
service-prober
Commits
3d080dbc
Unverified
Commit
3d080dbc
authored
1 year ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Install missing package
parent
206aea7e
No related branches found
No related tags found
1 merge request
!17
Install missing setcap package
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-0
1 addition, 0 deletions
Dockerfile
with
1 addition
and
0 deletions
Dockerfile
+
1
−
0
View file @
3d080dbc
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
...
...
This diff is collapsed.
Click to expand it.
ale
@ale
mentioned in commit
ca37e31a
·
1 year ago
mentioned in commit
ca37e31a
mentioned in commit ca37e31a40c643da2e5d87ccd1dc38459c9ef92e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment