Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
feat: improve error handling in HereDoc statements (#88)
Browse files Browse the repository at this point in the history
Closes #87
  • Loading branch information
coderbyheart authored Nov 8, 2023
1 parent 437cfce commit 462033e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ARG arch=amd64

ENV DEBIAN_FRONTEND=noninteractive

SHELL [ "/bin/bash", "-euxo", "pipefail", "-c" ]

RUN <<EOT
apt-get -y update
apt-get -y upgrade
Expand Down Expand Up @@ -83,4 +85,4 @@ EOT
# Currently this is not supported in GitHub Actions
# See https://github.com/actions/runner/issues/1964
ENTRYPOINT [ "nrfutil", "toolchain-manager", "launch", "/bin/bash", "--", "/root/entry.sh" ]
COPY ./entry.sh /root/entry.sh
COPY ./entry.sh /root/entry.sh

0 comments on commit 462033e

Please sign in to comment.