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 ...@@ -3,7 +3,6 @@ RUN go install github.com/1player/host-spawn@v1.6.0
FROM docker.io/debian:testing-backports FROM docker.io/debian:testing-backports
COPY --from=golang /go/bin/host-spawn /usr/local/bin/host-spawn 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" ] ADD [ "https://www.shore.co.il/blog/static/runas", "/usr/local/sbin/runas" ]
COPY --chown=root:root .curlrc /root/ COPY --chown=root:root .curlrc /root/
# hadolint ignore=DL3008 # hadolint ignore=DL3008
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment