Skip to content

Commit 25534f7

Browse files
committed
Merge branch 'bugfix/CLDSRV-831/fix_utapiv1_reindex' into tmp/octopus/w/9.1/bugfix/CLDSRV-831/fix_utapiv1_reindex
2 parents 4e710d1 + 297b624 commit 25534f7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ ENV no_proxy=localhost,127.0.0.1
3838
EXPOSE 8000
3939
EXPOSE 8002
4040

41-
RUN apt-get update && \
42-
apt-get install -y --no-install-recommends \
41+
RUN apt-get update \
42+
&& apt-get install -y --no-install-recommends \
4343
jq \
4444
tini \
45+
python3-redis \
4546
&& rm -rf /var/lib/apt/lists/*
4647

4748
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)