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 fec542e commit 94e7ad9Copy full SHA for 94e7ad9
.github/dockerfiles/runner/Dockerfile
@@ -6,7 +6,7 @@ RUN gpasswd --delete runner sudo
6
7
RUN set -ex; \
8
export DEBIAN_FRONTEND=noninteractive; \
9
- echo "deb [arch=amd64 signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" > /etc/apt/sources.list.d/github-cli.list;\
+ echo "deb [arch=amd64 signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" > /etc/apt/sources.list.d/github-cli.list; \
10
curl -sSL https://cli.github.com/packages/githubcli-archive-keyring.gpg > /usr/share/keyrings/githubcli-archive-keyring.gpg; \
11
apt-get update -y; \
12
apt-get install -y --no-install-recommends --fix-missing \
0 commit comments