Skip to content
Snippets Groups Projects
Commit 845d4490 authored by nimrod's avatar nimrod
Browse files

toolbx: Remove the SHELL instruction.

There aren't any more pipes in the Dockerfile so it's not needed and
it's ignored by Podman.
parent d3d332a1
No related branches found
No related tags found
No related merge requests found
Pipeline #4261 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment