Loading base/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
base/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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