Skip to content

Commit 94e7ad9

Browse files
authored
Fix review comment (#95)
1 parent fec542e commit 94e7ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dockerfiles/runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN gpasswd --delete runner sudo
66

77
RUN set -ex; \
88
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;\
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; \
1010
curl -sSL https://cli.github.com/packages/githubcli-archive-keyring.gpg > /usr/share/keyrings/githubcli-archive-keyring.gpg; \
1111
apt-get update -y; \
1212
apt-get install -y --no-install-recommends --fix-missing \

0 commit comments

Comments
 (0)