File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,17 @@ RUN set -x && \
35
35
unzip \
36
36
python3 \
37
37
python3-pip \
38
+ patch \
39
+ less \
38
40
lsb-release \
39
41
udev && \
40
42
\
43
+ mkdir -p -m 755 /etc/apt/keyrings && \
44
+ curl -Ls https://cli.github.com/packages/githubcli-archive-keyring.gpg -o /etc/apt/keyrings/githubcli-archive-keyring.gpg && \
45
+ chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg && \
46
+ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" > /etc/apt/sources.list.d/github-cli.list && \
47
+ apt-get update && apt-get install -y --no-install-recommends gh && \
48
+ gh --version && \
41
49
DOCKER_ARCH=$(/tmp/docker_arch.sh ${RUNNER_ARCH}) && \
42
50
# Install Docker \
43
51
curl -fsSL https://get.docker.com -o get-docker.sh && \
You can’t perform that action at this time.
0 commit comments