We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301ac19 commit 2e356daCopy full SHA for 2e356da
nightly/Dockerfile
@@ -24,9 +24,10 @@ ARG USING_GITHUB_ACTIONS=false
24
25
ARG DEBIAN_FRONTEND=noninteractive
26
27
+SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
28
+
29
RUN --mount=type=cache,target=/var/cache/apt \
- set -euo pipefail \
- && apt-get update \
30
+ apt-get update \
31
&& apt-get upgrade -y \
32
&& apt-get install -y --no-install-recommends \
33
gnupg2 ca-certificates curl \
0 commit comments