Skip to content

Commit 4fbc16d

Browse files
authored
add patchelf to the ubuntu20 container
1 parent 755c7f0 commit 4fbc16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ubuntuDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)