Skip to content

Commit

Permalink
Fix review comment (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed May 23, 2024
1 parent fec542e commit 94e7ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dockerfiles/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN gpasswd --delete runner sudo

RUN set -ex; \
export DEBIAN_FRONTEND=noninteractive; \
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; \
curl -sSL https://cli.github.com/packages/githubcli-archive-keyring.gpg > /usr/share/keyrings/githubcli-archive-keyring.gpg; \
apt-get update -y; \
apt-get install -y --no-install-recommends --fix-missing \
Expand Down

0 comments on commit 94e7ad9

Please sign in to comment.