We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5771ae5 commit 77b8c75Copy full SHA for 77b8c75
linux/base.Dockerfile
@@ -134,7 +134,8 @@ RUN bash ./tdnfinstall.sh \
134
postgresql-devel \
135
terraform \
136
gh \
137
- redis
+ redis \
138
+ cpio
139
140
# Install azure-functions-core-tools
141
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
@@ -200,6 +200,7 @@ corelist
200
corepack
201
cp
202
cpan
203
+cpio
204
cpp
205
cracklib-check
206
cracklib-format
@@ -783,6 +784,7 @@ mpicalc
783
784
mpstat
785
mssql-scripter
786
mssql-scripter.bat
787
+mt
788
mv
789
mvn
790
mvnDebug
0 commit comments