Commit ee7f86ed authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Include 'hiredis' python package.

parent d5bab332
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,4 +22,4 @@ RUN yum -y install gcc openssl-devel bzip2-devel libffi-devel zlib-devel && \
    make altinstall && cd .. && rm Python-3.9.8.tgz
    
# Install redis, psycopg2, paramiko, scp, tabulate Python packages
RUN pip3.9 install --no-cache-dir redis psycopg2-binary paramiko scp tabulate
RUN pip3.9 install --no-cache-dir redis hiredis psycopg2-binary paramiko scp tabulate