File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,8 @@ RUN bash ./tdnfinstall.sh \
135
135
terraform \
136
136
gh \
137
137
redis \
138
- cpio
138
+ cpio \
139
+ gettext
139
140
140
141
# Install azure-functions-core-tools
141
142
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` \
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ autoheader
82
82
autom4te
83
83
automake
84
84
automake-1.16
85
+ autopoint
85
86
autoreconf
86
87
autoscan
87
88
autoupdate
@@ -302,6 +303,7 @@ enable
302
303
enc2xs
303
304
encguess
304
305
env
306
+ envsubst
305
307
eqn
306
308
eqn2graph
307
309
erb
@@ -387,7 +389,7 @@ fuser
387
389
futurize
388
390
g++
389
391
gawk
390
- gawk-5.1.0
392
+ gawk-5.1.1
391
393
gcc
392
394
gcc-ar
393
395
gcc-nm
@@ -427,6 +429,9 @@ getpcaps
427
429
getpidcon
428
430
getsebool
429
431
getseuser
432
+ gettext
433
+ gettextize
434
+ gettext.sh
430
435
gh
431
436
gindxbib
432
437
git
@@ -684,7 +689,7 @@ libtool
684
689
libtoolize
685
690
link
686
691
linkerd
687
- linkerd-stable-2.11.4
692
+ linkerd-stable-2.14.1
688
693
linux32
689
694
linux64
690
695
lkbib
@@ -782,6 +787,20 @@ mountpoint
782
787
mount.smb3
783
788
mpicalc
784
789
mpstat
790
+ msgattrib
791
+ msgcat
792
+ msgcmp
793
+ msgcomm
794
+ msgconv
795
+ msgen
796
+ msgexec
797
+ msgfilter
798
+ msgfmt
799
+ msggrep
800
+ msginit
801
+ msgmerge
802
+ msgunfmt
803
+ msguniq
785
804
mssql-scripter
786
805
mssql-scripter.bat
787
806
mt
@@ -841,6 +860,7 @@ newgidmap
841
860
newgrp
842
861
newuidmap
843
862
newusers
863
+ ngettext
844
864
nice
845
865
niceload
846
866
ninfod
@@ -1023,6 +1043,7 @@ readonly
1023
1043
readprofile
1024
1044
realpath
1025
1045
reboot
1046
+ recode-sr-latin
1026
1047
redis-benchmark
1027
1048
redis-check-aof
1028
1049
redis-check-rdb
@@ -1366,6 +1387,7 @@ x86_64-pc-linux-gnu-gcc-nm
1366
1387
x86_64-pc-linux-gnu-gcc-ranlib
1367
1388
xargs
1368
1389
xauth
1390
+ xgettext
1369
1391
xml2-config
1370
1392
xmlcatalog
1371
1393
xmllint
You can’t perform that action at this time.
0 commit comments