Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit b605fec

Browse files
committed
Fixed shell env again
1 parent ee8894f commit b605fec

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tools/docuum/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EOF
1515
WORKDIR /tmp/github.com/stepchowfun/docuum
1616
ARG name
1717
ARG version
18-
SHELL [ "/bin/bash", "--login", "-o", "errexit", "-c" ]
18+
SHELL [ "/bin/bash", "--login", "-ec" ]
1919
RUN <<EOF
2020
git clone -q --config advice.detachedHead=false --depth 1 --branch "v${version}" https://github.com/stepchowfun/docuum .
2121
export RUSTFLAGS='-C target-feature=+crt-static'

tools/envsub/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EOF
1515
WORKDIR /tmp/github.com/stephenc/envsub
1616
ARG name
1717
ARG version
18-
SHELL [ "/bin/bash", "--login", "-o", "errexit", "-c" ]
18+
SHELL [ "/bin/bash", "--login", "-ec" ]
1919
RUN <<EOF
2020
git clone -q --config advice.detachedHead=false --depth 1 --branch "${version}" https://github.com/stephenc/envsub .
2121
cargo install --path .

tools/huber/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apt-get -y install --no-install-recommends \
2121
libarchive13 \
2222
libarchive-dev
2323
EOF
24-
SHELL [ "/bin/bash", "--login", "-o", "errexit", "-c" ]
24+
SHELL [ "/bin/bash", "--login", "-ec" ]
2525
RUN <<EOF
2626
git clone -q --config advice.detachedHead=false --depth 1 --branch "v${version}" https://github.com/innobead/huber .
2727
export RUSTFLAGS='-C target-feature=+crt-static'

tools/jaq/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EOF
1515
WORKDIR /tmp/github.com/01mf02/jaq
1616
ARG name
1717
ARG version
18-
SHELL [ "/bin/bash", "--login", "-o", "errexit", "-c" ]
18+
SHELL [ "/bin/bash", "--login", "-ec" ]
1919
RUN <<EOF
2020
git clone -q --config advice.detachedHead=false --depth 1 --branch "v${version}" https://github.com/01mf02/jaq .
2121
export RUSTFLAGS='-C target-feature=+crt-static'

tools/jwt/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EOF
1515
WORKDIR /tmp/github.com/mike-engel/jwt-cli
1616
ARG name
1717
ARG version
18-
SHELL [ "/bin/bash", "--login", "-o", "errexit", "-c" ]
18+
SHELL [ "/bin/bash", "--login", "-ec" ]
1919
RUN <<EOF
2020
git clone -q --config advice.detachedHead=false --depth 1 --branch "${version}" https://github.com/mike-engel/jwt-cli .
2121
export RUSTFLAGS='-C target-feature=+crt-static'

0 commit comments

Comments
 (0)