File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ RUN bash ./tdnfinstall.sh \
134
134
screen \
135
135
postgresql-devel \
136
136
terraform \
137
- gh
137
+ gh \
138
+ redis
138
139
139
140
# Install azure-functions-core-tools
140
141
RUN wget -nv -O Azure.Functions.Cli.linux-x64.4.0.3971.zip https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.3971/Azure.Functions.Cli.linux-x64.4.0.3971.zip \
@@ -231,4 +232,4 @@ RUN npm install -g yo \
231
232
232
233
# Copy and run script to Install powershell modules
233
234
COPY ./linux/powershell/ powershell
234
- RUN /usr/bin/pwsh -File ./powershell/setupPowerShell.ps1 -image Base && rm -rf ./powershell
235
+ RUN /usr/bin/pwsh -File ./powershell/setupPowerShell.ps1 -image Base && rm -rf ./powershell
Original file line number Diff line number Diff line change @@ -1014,6 +1014,12 @@ readonly
1014
1014
readprofile
1015
1015
realpath
1016
1016
reboot
1017
+ redis-benchmark
1018
+ redis-check-aof
1019
+ redis-check-rdb
1020
+ redis-cli
1021
+ redis-sentinel
1022
+ redis-server
1017
1023
refer
1018
1024
register-python-argcomplete
1019
1025
reindexdb
You can’t perform that action at this time.
0 commit comments