File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
4646 echo 'tzdata tzdata/Zones/Etc select UTC' | debconf-set-selections; \
4747 apt-get update -qqy \
4848 && apt-get install -qqy --no-install-recommends \
49- tzdata git sudo time python3-pip xvfb curl \
49+ tzdata git sudo time python3-pip xvfb curl patchelf \
5050 && ./scripts/install_apt_requirements.sh \
5151 && curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
5252 && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
You can’t perform that action at this time.
0 commit comments