Skip to content

Commit

Permalink
Replace lzma-devel with xz-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu committed Sep 4, 2019
1 parent 5681e89 commit 11a13ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN yum update -y && yum -y install \
bzip2-devel \
cmake \
curl \
flex \
file \
flex \
gcc \
gcc-c++ \
git \
Expand All @@ -28,7 +28,6 @@ RUN yum update -y && yum -y install \
libunwind \
libunwind-devel \
libtool \
lzma-devel \
make \
maven \
ncurses \
Expand All @@ -43,6 +42,7 @@ RUN yum update -y && yum -y install \
unzip \
vim \
wget \
xz-devel \
&& yum clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit 11a13ea

Please sign in to comment.