Skip to content

Commit 297b624

Browse files
committed
bf(CLDSRV-831): Install python3-redis in docker images for utapiv1 reindex
1 parent ba82593 commit 297b624

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)