this repo has no description

fix docker?

+1 -1
+1 -1
Dockerfile
··· 20 20 unzip \ 21 21 && rm -rf /var/lib/apt/lists/* 22 22 23 - RUN set -euo pipefail; \ 23 + RUN set -eu; \ 24 24 mkdir -p /out/sidecar/chromium /out/sidecar/ffmpeg; \ 25 25 chromium_manifest_url="https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json"; \ 26 26 chromium_url="$(curl -fsSL "${chromium_manifest_url}" | jq -r '.channels.Stable.downloads["chrome-headless-shell"][] | select(.platform == "linux64") | .url')"; \