Skip to content

Commit fa49ad7

Browse files
authored
Add redis into base image (#278)
* Add redis * Update command_list * Update command_list * Update command_list
1 parent 3aaf892 commit fa49ad7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

linux/base.Dockerfile

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

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

232233
# Copy and run script to Install powershell modules
233234
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

tests/command_list

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,12 @@ readonly
10141014
readprofile
10151015
realpath
10161016
reboot
1017+
redis-benchmark
1018+
redis-check-aof
1019+
redis-check-rdb
1020+
redis-cli
1021+
redis-sentinel
1022+
redis-server
10171023
refer
10181024
register-python-argcomplete
10191025
reindexdb

0 commit comments

Comments
 (0)