Skip to content

Commit 77b8c75

Browse files
Install cpiotool (#350)
* cpiotool * fixing the tests * adding mt to commands_list
1 parent 5771ae5 commit 77b8c75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

linux/base.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ RUN bash ./tdnfinstall.sh \
134134
postgresql-devel \
135135
terraform \
136136
gh \
137-
redis
137+
redis \
138+
cpio
138139

139140
# Install azure-functions-core-tools
140141
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` \

tests/command_list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ corelist
200200
corepack
201201
cp
202202
cpan
203+
cpio
203204
cpp
204205
cracklib-check
205206
cracklib-format
@@ -783,6 +784,7 @@ mpicalc
783784
mpstat
784785
mssql-scripter
785786
mssql-scripter.bat
787+
mt
786788
mv
787789
mvn
788790
mvnDebug

0 commit comments

Comments
 (0)