Commit 2d865f93 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Include 'hiredis' python package.

parent ee7f86ed
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,4 +50,4 @@ RUN echo ". /usr/share/bash-completion/completions/vos_data" >> .bashrc && \
    echo ". /usr/share/bash-completion/completions/vos_storage" >> .bashrc
    
# Install python dependencies
RUN pip3.9 install --no-cache-dir redis tabulate
RUN pip3.9 install --no-cache-dir redis hiredis tabulate