Skip to content

Commit

Permalink
Install cpiotool (#350)
Browse files Browse the repository at this point in the history
* cpiotool

* fixing the tests

* adding mt to commands_list
  • Loading branch information
hima-gadupudi authored Aug 30, 2023
1 parent 5771ae5 commit 77b8c75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ RUN bash ./tdnfinstall.sh \
postgresql-devel \
terraform \
gh \
redis
redis \
cpio

# Install azure-functions-core-tools
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` \
Expand Down
2 changes: 2 additions & 0 deletions tests/command_list
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ corelist
corepack
cp
cpan
cpio
cpp
cracklib-check
cracklib-format
Expand Down Expand Up @@ -783,6 +784,7 @@ mpicalc
mpstat
mssql-scripter
mssql-scripter.bat
mt
mv
mvn
mvnDebug
Expand Down

0 comments on commit 77b8c75

Please sign in to comment.