Skip to content

Commit 2e356da

Browse files
committed
{nightly} Use bash
1 parent 301ac19 commit 2e356da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nightly/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ ARG USING_GITHUB_ACTIONS=false
2424

2525
ARG DEBIAN_FRONTEND=noninteractive
2626

27+
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
28+
2729
RUN --mount=type=cache,target=/var/cache/apt \
28-
set -euo pipefail \
29-
&& apt-get update \
30+
apt-get update \
3031
&& apt-get upgrade -y \
3132
&& apt-get install -y --no-install-recommends \
3233
gnupg2 ca-certificates curl \

0 commit comments

Comments
 (0)