Loading toolbx/Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ RUN go install github.com/1player/host-spawn@v1.6.0 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" ] COPY --chown=root:root .curlrc /root/ # hadolint ignore=DL3008 Loading Loading
toolbx/Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ RUN go install github.com/1player/host-spawn@v1.6.0 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" ] COPY --chown=root:root .curlrc /root/ # hadolint ignore=DL3008 Loading