Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions linux/tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ RUN az aks install-cli \
RUN wget -nv -O Azure.Functions.Cli.zip `curl -fSsL https://api.github.com/repos/Azure/azure-functions-core-tools/releases/latest | grep "url.*linux-x64" | grep -v "sha2" | cut -d '"' -f4` \
&& unzip -d azure-functions-cli Azure.Functions.Cli.zip \
&& chmod +x azure-functions-cli/func \
&& chmod +x azure-functions-cli/gozip \
&& mv -v azure-functions-cli /opt \
&& ln -sf /opt/azure-functions-cli/func /usr/bin/func \
&& ln -sf /opt/azure-functions-cli/gozip /usr/bin/gozip \
&& rm -r Azure.Functions.Cli.zip

RUN mkdir -p /usr/cloudshell
Expand Down
1 change: 0 additions & 1 deletion tests/command_list
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ gnutls-cli-debug
gnutls-serv
go
gofmt
gozip
gp-archive
gpasswd
gp-collect-app
Expand Down