Skip to content
Snippets Groups Projects
Commit 1e623174 authored by nimrod's avatar nimrod
Browse files

Toolbx: Add host-spawn.

parent cb21e86d
No related branches found
No related tags found
No related merge requests found
Pipeline #3296 failed
FROM docker.io/golang:1.20 as golang
RUN go install github.com/1player/host-spawn@1.4.1
FROM docker.io/debian:testing-backports
COPY --from=golang /go/bin/host-spawn /usr/local/bin/host-spawn
SHELL ["/bin/bash", "-o", "pipefail", "-xc"]
ADD [ "https://www.shore.co.il/blog/static/runas", "/usr/local/sbin/runas" ]
# hadolint ignore=DL3008
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment