Install the static lz4 library as well

This commit is contained in:
Daniel Smith 2020-09-17 21:24:06 +00:00 committed by Russell Sears
parent fd607c5236
commit 433c5cba4e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN yum install -y yum-utils &&\
devtoolset-8-libubsan-devel devtoolset-8-valgrind-devel \
rh-python36-python-devel rh-ruby24 golang python27 rpm-build \
mono-core debbuild python-pip dos2unix valgrind-devel ccache \
distcc wget git lz4 &&\
distcc wget git lz4 lz4-static &&\
pip install boto3==1.1.1
USER root