Skip to content

Commit

Permalink
Fix make install
Browse files Browse the repository at this point in the history
  • Loading branch information
christinalau0 committed Nov 7, 2024
1 parent 438066f commit 9615696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hack/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,19 @@ apt-get-install:
apt-get update && \
apt-get upgrade -y --no-install-recommends && \
apt-get install -y --no-install-recommends \
apt-transport-https \
bash \
build-essential \
ca-certificates \
curl \
git-core \
gnupg \
jq \
libc6 \
libffi-dev \
libssl-dev \
libunwind8 \
lsb-release \
man \
mercurial \
net-tools \
Expand All @@ -64,8 +67,6 @@ shellcheck:
curl -sSL https://github.com/koalaman/shellcheck/releases/download/$(SHELLCHECK_VERSION)/shellcheck-$(SHELLCHECK_VERSION).linux.x86_64.tar.xz | tar -vxJ -C $(LOCALBIN) --strip=1

azure-cli:
apt-get update
apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl gnupg lsb-release
mkdir -p /etc/apt/keyrings
curl -sLS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/keyrings/microsoft.gpg > /dev/null
chmod go+r /etc/apt/keyrings/microsoft.gpg
Expand Down

0 comments on commit 9615696

Please sign in to comment.