Skip to content

Commit

Permalink
feat: shutdown host
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Apr 26, 2023
1 parent 0e8522a commit f6470fb
Show file tree
Hide file tree
Showing 7 changed files with 416 additions and 180 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN go build \
-X 'github.com/steadybit/extension-kit/extbuild.Revision=${REVISION}'" \
-o ./extension \
main.go \
&& setcap "cap_sys_time,cap_setuid,cap_setgid,cap_net_raw,cap_net_admin+eip" ./extension
&& setcap "cap_sys_boot,cap_sys_time,cap_setuid,cap_setgid,cap_net_raw,cap_net_admin+eip" ./extension

##
## Runtime
Expand Down
Loading

0 comments on commit f6470fb

Please sign in to comment.