Skip to content

Commit a3f5332

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt-get update \
4343
jq \
4444
tini \
4545
python3-redis \
46+
python3-requests \
4647
&& rm -rf /var/lib/apt/lists/*
4748

4849
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)